From 6b462afe74fb5c0f5bfcb47abd243bc1795b6e71 Mon Sep 17 00:00:00 2001 From: ZEROF Date: Thu, 29 Nov 2018 10:30:59 +0100 Subject: [PATCH] Update Dockerfile - Fix for docker image build error "Could not find a version that satisfies the requirement cffi!=1.11.3,>=1.7 (from versions: )" --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 198dd1d7..10fb9aa3 100644 --- a/Dockerfile +++ b/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 \