diff --git a/Dockerfile b/Dockerfile
index c185deb8a1e34d276f0ae96903641a90d0e7af70..5a8832d5f5f6cccd71f7fb3a1892186f0c66cb6b 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