dockers/osdev/Dockerfile
shockrah 352b088c97 - Removing fluff
* Changin author to modern namesake

Some of these docker images are simply outdated and not really general purpose
enough to warrant being in this repository
2022-05-17 15:31:09 -07:00

8 lines
183 B
Docker

FROM debian:10
MAINTAINER dev@shockrah.xyz
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