diff --git a/docker/server_ubuntu.Dockerfile b/docker/server_ubuntu.Dockerfile
index cf47bb827e2bd0f2a1e9c198d9ffb0027be5d620..cf614a2cb982abed13d48cd308186d8443a32dc9 100644
--- a/docker/server_ubuntu.Dockerfile
+++ b/docker/server_ubuntu.Dockerfile
@@ -6,7 +6,8 @@ RUN apt-get update && \
     apt-get install -y python3 \
     python3-pip \
     git \
-    gcc
+    gcc \
+    python3-venv
 # Set up venv
 ENV VIRTUAL_ENV=/opt/declearn
 RUN python3 -m venv $VIRTUAL_ENV