Skip to content

Commit

Permalink
Merge pull request sverhoeven#31 from radu-tutueanu/fix-pip-install
Browse files Browse the repository at this point in the history
Downgrade pip
  • Loading branch information
sverhoeven authored Apr 20, 2018
2 parents f098d95 + 20a8df7 commit f49dda9
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 f49dda9

Please sign in to comment.