bond/Dockerfile

4 lines
123 B
Docker
Raw Permalink Normal View History

2020-04-23 04:44:38 -04:00
FROM fedora:latest
RUN dnf install -y cmake make clang nasm xorriso lld grub2-pc-modules grub2-tools-extra
CMD ["/bin/sh"]