We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc4d95 commit e1658d8Copy full SHA for e1658d8
tools/docker/Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:latest
2
3
# build dependencies
4
RUN apt-get update -y
5
-RUN apt-get install -y build-essential clang make xorriso qemu-utils qemu qemu-system-x86 patch
+RUN apt-get install -y build-essential clang make xorriso qemu-utils qemu-system-x86 patch
6
# grub is a bit special in containers
7
RUN DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install grub2 kmod python3
8
0 commit comments