We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5f4732 + 01911a9 commit c3bc5a5Copy full SHA for c3bc5a5
1 file changed
rootfs/build.sh
@@ -25,7 +25,7 @@ apk add --update-cache \
25
ln -s /usr/bin/python3 /usr/bin/python
26
27
# install pip
28
-curl -sSL https://raw.githubusercontent.com/pypa/pip/7.1.2/contrib/get-pip.py | python -
+curl -sSL https://bootstrap.pypa.io/get-pip.py | python - pip==8.1.1
29
30
# add a deis user
31
adduser deis -D -h /app -s /bin/bash
0 commit comments