Browse Source

Merge pull request #1450 from ZEROF/patch-1

Update Dockerfile
pofilo 6 years ago
parent
commit
ab8f7083e2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -32,6 +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 --no-cache -r requirements.txt \
  && apk del \
     build-base \