Skip to content

Commit

Permalink
fix gentoo pip install fail #14
Browse files Browse the repository at this point in the history
  • Loading branch information
chusiang committed Jun 21, 2017
1 parent 513d697 commit 52b7909
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gentoo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ RUN emerge python:2.7 dev-python/pip gentoolkit
# switch python to v2.7.
RUn eselect python set 1

# Upgrade the pip to lastest.
RUN pip install -U pip

# Setup the ansible.
RUN pip install ansible
RUN emerge ansible

# for disable localhost warning message.
RUN mkdir /etc/ansible && \
Expand Down

0 comments on commit 52b7909

Please sign in to comment.