diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-26 17:51:49 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-26 17:51:49 +0000 |
| commit | 90957788063d8967885aaeb2ae3608254f94d0ec (patch) | |
| tree | 2abf9a236d4cbc9d36ea81ccfb76f65d741dae0e | |
| parent | Add initial attempt at github action (diff) | |
| download | TCPDBench-90957788063d8967885aaeb2ae3608254f94d0ec.tar.gz TCPDBench-90957788063d8967885aaeb2ae3608254f94d0ec.zip | |
Install python3-venv
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 && \ |
