Skip to content

Commit

Permalink
Fixed some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brucellino committed Oct 21, 2015
1 parent 80bbfc8 commit 41b7d64
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions containers/u1404/Ansible.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@ MAINTAINER "Bruce Becker <bbecker@Csir.co.za>"
RUN apt-get update
RUN apt-get -y install \
python-simplejson \
libpython-dev \
python-selinux \
git \
python-setuptools \
debianutils

RUN apt-get -y install build-essential
debianutils \
build-essential

# Install Ansible
WORKDIR /root
RUN git clone --recursive https://github.com/ansible/ansible
WORKDIR ansible
RUN pip install setuptools
RUN python setup.py install
RUN which ansible
RUN ansible --version

0 comments on commit 41b7d64

Please sign in to comment.