dockers/osdev/Dockerfile

8 lines
183 B
Docker
Raw Normal View History

2020-08-03 02:16:30 +00:00
FROM debian:10
MAINTAINER dev@shockrah.xyz
2020-08-03 02:16:30 +00:00
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