We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ee517 commit 45f2a20Copy full SHA for 45f2a20
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update && \
6
apt-get install -yq python-dev libpq-dev libyaml-dev
7
8
# install recent pip
9
-RUN wget -qO- https://raw.githubusercontent.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
+RUN wget -qO- https://raw.githubusercontent.com/pypa/pip/1.5.5/contrib/get-pip.py | python -
10
11
# HACK: install git so we can install bacongobbler's fork of django-fsm
12
RUN apt-get install -yq git
0 commit comments