Skip to content

Commit

Permalink
pin setuptools version re: pypa/setuptools#942
Browse files Browse the repository at this point in the history
  • Loading branch information
notyost committed Jan 25, 2017
1 parent fd62864 commit 1f45b80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ubuntu14.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ RUN apt-get update && \
python-pip \
python-dev &&\
pip install --upgrade pip &&\
pip install -U setuptools ansible==2.1.4 boto boto3
pip install --upgrade setuptools==33.1.1 ansible==2.1.4 boto boto3
#https:/ansible/ansible/issues/16015
#https:/pypa/setuptools/issues/942

ENV PYTHONUNBUFFERED=1
ENV ANSIBLE_FORCE_COLOR=true

0 comments on commit 1f45b80

Please sign in to comment.