diff --git a/Dockerfile.debian b/Dockerfile.debian index 98d1ca9..f389f37 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -92,6 +92,7 @@ RUN \ python3-numpy \ python3-pip \ python3-setuptools \ + python3-venv \ && \ echo "**** Section cleanup ****" \ && apt-get clean autoclean -y \