We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950ddf4 commit a26c2b1Copy full SHA for a26c2b1
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ MAINTAINER Gabriel A. Monroy <gabriel@opdemand.com>
5
RUN apt-get update
6
RUN apt-get install -yq python-dev libpq-dev
7
# install latest pip
8
-RUN wget -q https://raw.github.com/pypa/pip/master/contrib/get-pip.py && \
+RUN wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
9
python get-pip.py && \
10
rm get-pip.py
11
0 commit comments