OusmOS/EYOSx86-main/buildenv/Dockerfile
2024-10-12 22:01:35 -05: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