aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index ff4125e..7c527f5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,6 +12,7 @@ COPY simple-requirements.txt api.py ./
RUN apt-get update \
&& apt-get install -y --no-install-recommends gcc libssl-dev libffi-dev python3-dev build-essential \
&& rm -rf /var/lib/apt/lists/* \
+ && pip install --upgrade pip \
&& pip install -r simple-requirements.txt \
&& apt-get purge -y --auto-remove gcc libssl-dev libffi-dev python3-dev build-essential