Skip to content

Commit 1970685

Browse files
committed
Standardize install of pip 1.5.4.
1 parent 4f25212 commit 1970685

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update && \
99
RUN apt-get install -yq ruby1.9.1 rubygems
1010
RUN gem install --no-ri --no-rdoc chef
1111

12-
# install latest pip
12+
# install recent pip
1313
RUN wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
1414

1515
# install requirements before ADD to cache layer and speed build

0 commit comments

Comments
 (0)