We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f25212 commit 1970685Copy full SHA for 1970685
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get update && \
9
RUN apt-get install -yq ruby1.9.1 rubygems
10
RUN gem install --no-ri --no-rdoc chef
11
12
-# install latest pip
+# install recent pip
13
RUN wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
14
15
# install requirements before ADD to cache layer and speed build
0 commit comments