Skip to content

Commit

Permalink
Downgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-tutueanu committed Apr 20, 2018
1 parent f098d95 commit 20a8df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ RUN git clone --recursive git://github.com/CartoDB/cartodb.git && \
npm install && \
rm -r /tmp/npm-* /root/.npm && \
perl -pi -e 's/gdal==1\.10\.0/gdal==1.11.3/' python_requirements.txt && \
pip install --upgrade pip && \
pip install --upgrade pip==9.0.3 && \
pip install --no-binary :all: -r python_requirements.txt && \
/bin/bash -l -c 'bundle install' && \
cp config/grunt_development.json ./config/grunt_true.json && \
Expand Down

0 comments on commit 20a8df7

Please sign in to comment.