Skip to content

Commit

Permalink
Remove qemu package from dockerfile
Browse files Browse the repository at this point in the history
The metapackage has been moved to universe and is hence.
  • Loading branch information
jcjgraf authored and wipawel committed Oct 31, 2024
1 parent 8dc4d95 commit e1658d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:latest

# build dependencies
RUN apt-get update -y
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
# grub is a bit special in containers
RUN DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install grub2 kmod python3

Expand Down

0 comments on commit e1658d8

Please sign in to comment.