Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaces the grub-common with grub-pc-bin #1111

Open
wants to merge 1 commit into
base: update-docker
Choose a base branch
from
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
Replaces the grub-common with grub-pc-bin
Marsman1996 committed Oct 22, 2024
commit 1a64b58f39b4bf61979a7c72d8b638a6f8c349ec
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.


@@ -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