Skip to content

Commit 41b7d64

Browse files
author
Bruce Becker
committed
Fixed some dependencies
1 parent 80bbfc8 commit 41b7d64

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

containers/u1404/Ansible.Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,17 @@ MAINTAINER "Bruce Becker <bbecker@Csir.co.za>"
88
RUN apt-get update
99
RUN apt-get -y install \
1010
python-simplejson \
11+
libpython-dev \
1112
python-selinux \
1213
git \
1314
python-setuptools \
14-
debianutils
15-
16-
RUN apt-get -y install build-essential
15+
debianutils \
16+
build-essential
1717

1818
# Install Ansible
1919
WORKDIR /root
2020
RUN git clone --recursive https://github.com/ansible/ansible
2121
WORKDIR ansible
22-
RUN pip install setuptools
2322
RUN python setup.py install
2423
RUN which ansible
2524
RUN ansible --version

0 commit comments

Comments
 (0)