File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN apt-get update -qy
1919RUN apt-get install -yq lxc-docker-0.10.0
2020
2121# install recent pip
22- RUN wget -qO- https://raw.github .com/pypa/pip/1.5.4/contrib/get-pip.py | python -
22+ RUN wget -qO- https://raw.githubusercontent .com/pypa/pip/1.5.4/contrib/get-pip.py | python -
2323
2424# install hook dependencies
2525RUN pip install pyyaml requests
Original file line number Diff line number Diff 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.github .com/pypa/pip/1.5.4/contrib/get-pip.py | python -
9+ RUN wget -qO- https://raw.githubusercontent .com/pypa/pip/1.5.4/contrib/get-pip.py | python -
1010
1111# HACK: install git so we can install bacongobbler's fork of django-fsm
1212RUN apt-get install -yq git
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apt-get install -y git-core build-essential python-dev \
77 libevent-dev python-openssl liblzma-dev wget
88
99# install recent pip
10- RUN wget -qO- https://raw.github .com/pypa/pip/1.5.4/contrib/get-pip.py | python -
10+ RUN wget -qO- https://raw.githubusercontent .com/pypa/pip/1.5.4/contrib/get-pip.py | python -
1111
1212# create a registry user
1313RUN useradd -s /bin/bash registry
You can’t perform that action at this time.
0 commit comments