Skip to content

Commit 45f2a20

Browse files
committed
chore(controller): install new pip 1.5.5
pypa/pip@1.5.4...1.5.5
1 parent f6ee517 commit 45f2a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && \
66
apt-get install -yq python-dev libpq-dev libyaml-dev
77

88
# install recent pip
9-
RUN wget -qO- https://raw.githubusercontent.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
9+
RUN wget -qO- https://raw.githubusercontent.com/pypa/pip/1.5.5/contrib/get-pip.py | python -
1010

1111
# HACK: install git so we can install bacongobbler's fork of django-fsm
1212
RUN apt-get install -yq git

0 commit comments

Comments
 (0)