OusmOS/buildenv/Dockerfile
2024-12-30 15:52:32 -06:00

15 lines
311 B
Docker

FROM randomdude/gcc-cross-x86_64-elf
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y nasm
RUN apt-get install -y xorriso
RUN apt-get install -y grub-pc-bin
RUN apt-get install -y grub-common
RUN apt-get install -y dosfstools
RUN apt-get install -y mtools
VOLUME /root/env
WORKDIR /root/env