aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 01:10:04 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 01:10:04 +0000
commitc6f2a39423a82bf08115c2c80581d722822ac524 (patch)
tree521cf830e66199b89545bfacbfdce34aa9e9899b
parentInstall venv instead of virtualenv in docker (diff)
downloadTCPD-c6f2a39423a82bf08115c2c80581d722822ac524.tar.gz
TCPD-c6f2a39423a82bf08115c2c80581d722822ac524.zip
fix dockerfile
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4febb1c..9f9a2d6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 && \