From 90957788063d8967885aaeb2ae3608254f94d0ec Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 26 Jan 2021 17:51:49 +0000 Subject: Install python3-venv --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 8ecc12a6..199b83e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ RUN apt-get install -y --no-install-recommends \ python3 \ python3-dev \ python3-tk \ + python3-venv \ python3-pip && \ pip3 install --no-cache-dir --upgrade setuptools && \ echo "alias python='python3'" >> /root/.bash_aliases && \ -- cgit v1.2.3