Skip to content

Commit

Permalink
update pip in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tinpee committed Dec 19, 2016
1 parent 1b3eb17 commit a415d59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ MAINTAINER Tinpee <[email protected]>

ADD . /src
WORKDIR /src
RUN pip install flask gunicorn
RUN pip install --upgrade pip \
&& pip install flask gunicorn

COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit a415d59

Please sign in to comment.