We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bbfc8 commit 41b7d64Copy full SHA for 41b7d64
1 file changed
containers/u1404/Ansible.Dockerfile
@@ -8,18 +8,17 @@ MAINTAINER "Bruce Becker <bbecker@Csir.co.za>"
8
RUN apt-get update
9
RUN apt-get -y install \
10
python-simplejson \
11
+ libpython-dev \
12
python-selinux \
13
git \
14
python-setuptools \
- debianutils
15
-
16
-RUN apt-get -y install build-essential
+ debianutils \
+ build-essential
17
18
# Install Ansible
19
WORKDIR /root
20
RUN git clone --recursive https://github.com/ansible/ansible
21
WORKDIR ansible
22
-RUN pip install setuptools
23
RUN python setup.py install
24
RUN which ansible
25
RUN ansible --version
0 commit comments