We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3814695 commit d8ed626Copy full SHA for d8ed626
1 file changed
Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update && \
20
apt-get install -yq python-dev libpq-dev libyaml-dev git openssh-client
21
22
# install pip
23
-RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.5/contrib/get-pip.py | python -
+RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | python -
24
25
# add a deis user that has passwordless sudo (for now)
26
RUN useradd deis --groups sudo --home-dir /app --shell /bin/bash
0 commit comments