Skip to content

Commit

Permalink
Merge pull request #1 from drucker/fix/upgrade-pip
Browse files Browse the repository at this point in the history
Merged!
  • Loading branch information
keigohtr authored Aug 23, 2018
2 parents 84dc7bb + 873a55a commit 61ad096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drucker-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN set -x && \
/usr/local/src/python/bin/pip install grpcio && \
/usr/local/src/python/bin/pip install grpcio-tools
ENV PATH /usr/local/src/python/bin:$PATH
RUN pip install --upgrade pip

# Entrypoint
COPY entrypoint.sh /usr/local/src/entrypoint.sh
Expand Down

0 comments on commit 61ad096

Please sign in to comment.