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 committed Oct 31, 2024
1 parent 79e2e80 commit 0a146c6
Show file tree
Hide file tree
Showing 2 changed files with 2,171 additions 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
Loading

0 comments on commit 0a146c6

Please sign in to comment.