Add Python venv to base packages

This commit is contained in:
Josh.5
2023-09-22 15:15:55 +12:00
parent 0dd343aea9
commit 9d43f152b9

View File

@@ -92,6 +92,7 @@ RUN \
python3-numpy \
python3-pip \
python3-setuptools \
python3-venv \
&& \
echo "**** Section cleanup ****" \
&& apt-get clean autoclean -y \