bond/Dockerfile

4 lines
123 B
Docker
Raw Normal View History

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