Add upgrading of pip

This commit is contained in:
Marian Steinbach 2019-04-15 21:46:20 +02:00
parent 614c696878
commit d344060d3f
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
FROM python:3.6.7-slim-jessie
ADD requirements.txt /
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt
ADD jsonhandler.py /