summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorZEROF <security@netmajstor.com>2018-11-29 10:30:59 +0100
committerGitHub <noreply@github.com>2018-11-29 10:30:59 +0100
commit6b462afe74fb5c0f5bfcb47abd243bc1795b6e71 (patch)
tree1a931f05265101a2dfa460170588fb8ba810bdff /Dockerfile
parentbc7c8a3973a8614dfb14d97b853c9a46ddcabab1 (diff)
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: )"
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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 \