aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-26 17:51:49 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-26 17:51:49 +0000
commit90957788063d8967885aaeb2ae3608254f94d0ec (patch)
tree2abf9a236d4cbc9d36ea81ccfb76f65d741dae0e /Dockerfile
parentAdd initial attempt at github action (diff)
downloadTCPDBench-90957788063d8967885aaeb2ae3608254f94d0ec.tar.gz
TCPDBench-90957788063d8967885aaeb2ae3608254f94d0ec.zip
Install python3-venv
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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 && \