We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 093f67b + ea66f15 commit e50f09eCopy full SHA for e50f09e
1 file changed
build.sh
@@ -19,7 +19,7 @@ apt-get update && \
19
apt-get install -yq python-dev libffi-dev libpq-dev libyaml-dev git
20
21
# install pip
22
-curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | python -
+curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/contrib/get-pip.py | python -
23
24
# add a deis user
25
useradd deis --home-dir /app --shell /bin/bash
0 commit comments