From 0269c74c1fa6f939d655f445aab8074ba9e2e31e Mon Sep 17 00:00:00 2001 From: Martin Otten Date: Thu, 2 Aug 2018 11:46:40 +0200 Subject: [PATCH] Upgrade PIP to the most recent version --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f643b68..ef303f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN apk -U upgrade \ ca-certificates \ su-exec \ tini \ + && pip install --upgrade pip \ && pip install --no-cache cffi \ && pip install --no-cache misaka==1.0.2 \ && pip install --no-cache "isso==${ISSO_VER}" \