diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-26 20:19:36 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-26 20:19:36 +0000 |
| commit | 4cd2e18f71479aea0c55429b1602181cec9cb8ae (patch) | |
| tree | 3dd351adab7c4f84fdbacad52efd00501a1f199a /Dockerfile | |
| parent | Update submodules (diff) | |
| parent | remove travis config (diff) | |
| download | TCPDBench-4cd2e18f71479aea0c55429b1602181cec9cb8ae.tar.gz TCPDBench-4cd2e18f71479aea0c55429b1602181cec9cb8ae.zip | |
Merge branch 'feature/github_actions'
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,13 +26,14 @@ 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 && \ echo "alias pip='pip3'" >> /root/.bash_aliases && \ cd /usr/local/bin && ln -s /usr/bin/python3 python && \ cd /usr/local/bin && ln -s /usr/bin/pip3 pip && \ - pip install virtualenv abed + pip install virtualenv abed wheel # Set the default shell to bash RUN mv /bin/sh /bin/sh.old && cp /bin/bash /bin/sh |
