Skip to content

Commit e1658d8

Browse files
jcjgrafwipawel
authored andcommitted
Remove qemu package from dockerfile
The metapackage has been moved to universe and is hence.
1 parent 8dc4d95 commit e1658d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:latest
22

33
# build dependencies
44
RUN apt-get update -y
5-
RUN apt-get install -y build-essential clang make xorriso qemu-utils qemu qemu-system-x86 patch
5+
RUN apt-get install -y build-essential clang make xorriso qemu-utils qemu-system-x86 patch
66
# grub is a bit special in containers
77
RUN DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install grub2 kmod python3
88

0 commit comments

Comments
 (0)