dockers/osdev/Dockerfile
2020-08-02 19:16:30 -07:00

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