diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-26 18:00:04 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-26 18:00:04 +0000 |
| commit | 89277804d3602daeba9c11af401b9546996fefb3 (patch) | |
| tree | b999a8b604bce9d35a2373da5bfbd8c85beeda7d | |
| parent | Install python3-venv (diff) | |
| download | TCPDBench-89277804d3602daeba9c11af401b9546996fefb3.tar.gz TCPDBench-89277804d3602daeba9c11af401b9546996fefb3.zip | |
Install wheel package
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ RUN apt-get install -y --no-install-recommends \ 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 |
