Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### This dockerfile sets up an Ubuntu 18.04 environment from scratch
### This dockerfile sets up an Ubuntu 22.04 environment from scratch
### that is sufficient to build Theseus and run it using QEMU.


Expand Down Expand Up @@ -30,7 +30,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-ins
RUN apt-get install -y build-essential curl git

# Install Theseus's build dependencies
RUN apt-get install -y make gcc nasm pkg-config grub-common mtools xorriso wget
RUN apt-get install -y make gcc nasm pkg-config grub-pc-bin mtools xorriso wget
# Install QEMU and KVM, based on <https://help.ubuntu.com/community/KVM/Installation>
RUN apt-get install -y qemu qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils

Expand Down