Update Dockerfile (#1451)

- Forget one "\" in the process!
dependabot/pip/master/sphinx-6.1.3
ZEROF 6 years ago committed by pofilo
parent 0b7f0bde62
commit 81db2e07ea

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

Loading…
Cancel
Save