Skip to content

Commit

Permalink
Freeze version of pip due errors
Browse files Browse the repository at this point in the history
  • Loading branch information
juusechec committed Apr 16, 2018
1 parent a446302 commit 341ee6c
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 @@ -30,7 +30,8 @@ RUN apt-get -y install \
python3-pip

# Python pip installs
RUN pip3 install --upgrade pip && \
# temporally pip==9.0.3 version
RUN pip3 install --upgrade pip==9.0.3 && \
pip3 install --upgrade psycopg2

# When our PRs get merged in time!
Expand Down

0 comments on commit 341ee6c

Please sign in to comment.