Update Dockerfile (#1451)

- Forget one "\" in the process!
This commit is contained in:
ZEROF 2018-11-29 18:49:03 +01:00 committed by pofilo
parent 0b7f0bde62
commit 81db2e07ea
1 changed files with 1 additions and 1 deletions

View File

@ -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 \