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 @@ apt-get update && \
1919 apt-get install -yq python-dev libffi-dev libpq-dev libyaml-dev git
2020
2121# install pip
22- curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6 /contrib/get-pip.py | python -
22+ curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8 /contrib/get-pip.py | python -
2323
2424# add a deis user
2525useradd deis --home-dir /app --shell /bin/bash
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ apt-get update && apt-get install -yq \
2929/etc/init.d/postgresql stop
3030
3131# install pip
32- curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6 /contrib/get-pip.py | python -
32+ curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8 /contrib/get-pip.py | python -
3333
3434# install wal-e
3535cd /tmp
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ apt-get update && \
2020 libevent-dev python-openssl liblzma-dev
2121
2222# install pip
23- curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6 /contrib/get-pip.py | python -
23+ curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8 /contrib/get-pip.py | python -
2424
2525# create a registry user
2626useradd -s /bin/bash registry
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ echo "You must reboot for the global $PATH changes to take effect."
2929
3030# install test suite requirements
3131apt-get install -yq curl mercurial python-dev libpq-dev libyaml-dev git postgresql postgresql-client
32- RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6 /contrib/get-pip.py | python -
32+ RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8 /contrib/get-pip.py | python -
3333pip install virtualenv
3434
3535# create jenkins user and install node bootstrap script
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ git clone https://github.com/jserver/mock-s3 /app/mock-s3
2424cd /app/mock-s3
2525
2626# install pip
27- curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6 /contrib/get-pip.py | python -
27+ curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8 /contrib/get-pip.py | python -
2828
2929python setup.py install
3030
You can’t perform that action at this time.
0 commit comments