diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 01:10:04 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 01:10:04 +0000 |
| commit | c6f2a39423a82bf08115c2c80581d722822ac524 (patch) | |
| tree | 521cf830e66199b89545bfacbfdce34aa9e9899b | |
| parent | Install venv instead of virtualenv in docker (diff) | |
| download | TCPD-c6f2a39423a82bf08115c2c80581d722822ac524.tar.gz TCPD-c6f2a39423a82bf08115c2c80581d722822ac524.zip | |
fix dockerfile
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ RUN apt-get update && \ build-essential \ python3 \ python3-dev \ - python3-pip && \ + python3-pip \ python3-venv && \ echo "alias python='python3'" >> /root/.bash_aliases && \ echo "alias pip='pip3'" >> /root/.bash_aliases && \ |
