summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorZEROF <security@netmajstor.com>2018-11-29 18:49:03 +0100
committerpofilo <git@pofilo.fr>2018-11-29 18:49:03 +0100
commit81db2e07ea5dbaab6280ba6e3507c8a9068e1898 (patch)
treed6bc7f0d320eabe7c3e0754c5d0121fe68c52fc2 /Dockerfile
parent0b7f0bde62f19f54105bf34cfca82cccb6e95720 (diff)
Update Dockerfile (#1451)
- Forget one "\" in the process!
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 10fb9aa3..1680c7bb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,7 +32,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
openssl-dev \
ca-certificates \
tini@commuedge \
- && pip install --upgrade pip
+ && pip install --upgrade pip \
&& pip install --no-cache -r requirements.txt \
&& apk del \
build-base \