aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 01:13:23 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 01:13:23 +0000
commit1ce2cd13d49157f7f8a178de592bfc6d9afafc84 (patch)
tree7c1a9343387e2e70a33b51e7bd7e0d4e4876acf7
parentfix dockerfile (diff)
downloadTCPD-1ce2cd13d49157f7f8a178de592bfc6d9afafc84.tar.gz
TCPD-1ce2cd13d49157f7f8a178de592bfc6d9afafc84.zip
Install wheel package too
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9f9a2d6..974e402 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,8 @@ RUN apt-get update && \
python3 \
python3-dev \
python3-pip \
- python3-venv && \
+ python3-venv \
+ python3-wheel && \
echo "alias python='python3'" >> /root/.bash_aliases && \
echo "alias pip='pip3'" >> /root/.bash_aliases && \
cd /usr/local/bin && ln -s /usr/bin/python3 python && \