Skip to content

Commit

Permalink
upgrade pip to circumvent pypa/pip#6197
Browse files Browse the repository at this point in the history
  • Loading branch information
23doors committed Feb 11, 2019
1 parent 5bf6a5c commit fe90198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ENV PYTHON_EGG_CACHE=/home/syncano/.python-eggs \
GEOS_LIBRARY_PATH=/usr/lib/libgeos_c.so.1

RUN set -ex \
&& pip install --upgrade pip
&& adduser -D -s /bin/bash syncano \
&& apk add --no-cache \
bash \
Expand Down

0 comments on commit fe90198

Please sign in to comment.