8 lines
216 B
Docker
8 lines
216 B
Docker
|
FROM debian:10
|
||
|
MAINTAINER Alejandro Santillana alejandros714@protonmail.com
|
||
|
|
||
|
RUN apt-get update
|
||
|
RUN apt-get upgrade -y
|
||
|
RUn apt-get install nasm build-essential gcc make binutils genisoimage -y
|
||
|
RUN apt-get upgrade -y
|