diff --git a/Dockerfile b/Dockerfile
index 690f73bfc0259fd6e078c23bcfe17ba8bf4c1e83..b5682aba63f71bd109844958e9f96c91e52e6a38 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM debian:11
 
 RUN apt-get update \
-  && apt-get install -y git subversion python build-essential gawk unzip libelf-dev libz-dev libncurses-dev libssl-dev time curl wget ecdsautils \
+  && apt-get install -y git subversion python3 rsync build-essential gawk unzip libelf-dev libz-dev libncurses-dev libssl-dev time curl wget ecdsautils qemu-utils \
   && apt-get clean
 
 # gluon build fails when running as root