From 828330c38f6b083c7cc274f6f9a51ae67b097278 Mon Sep 17 00:00:00 2001
From: Daniel Petri <daniel.petri@rwth-aachen.de>
Date: Sun, 20 Apr 2025 16:32:28 +0200
Subject: [PATCH] Add qemu-user

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index c185deb..5a8832d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 FROM ubuntu:oracular
 
-RUN apt update && apt install -y ca-certificates openssh-server python3-pip python3-dev xxd file  \
+RUN apt update && apt install -y ca-certificates openssh-server python3-pip python3-dev xxd file qemu-user \
                                 libssl-dev libffi-dev build-essential binutils-multiarch git gdb gdb-multiarch ltrace strace tmux wget curl && \
                                 apt clean && rm -rf /var/lib/apt/lists/* && touch /root/.hushlogin
 
-- 
GitLab