Skip to content

Commit

Permalink
Add upgrading of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Apr 15, 2019
1 parent 614c696 commit d344060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 /
Expand Down

0 comments on commit d344060

Please sign in to comment.