commit: 81db2e07ea5dbaab6280ba6e3507c8a9068e1898
parent: 0b7f0bde62f19f54105bf34cfca82cccb6e95720
Author: ZEROF <security@netmajstor.com>
Date: Thu, 29 Nov 2018 18:49:03 +0100
Update Dockerfile (#1451)
- Forget one "\" in the process!
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 \