64os/buildenv/Dockerfile

11 lines
254 B
Docker
Raw Normal View History

2024-04-07 23:08:07 -07: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
VOLUME /root/env
WORKDIR /root/env