OusmOS/buildenv/Dockerfile

15 lines
311 B
Docker
Raw Normal View History

2024-10-13 03:01:35 +00:00
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