|
@@ -9,7 +9,7 @@ WORKDIR $DIR_INSTALL
|
|
|
RUN echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main" | tee /etc/apt/sources.list.d/ansible.list; \
|
|
|
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367; \
|
|
|
apt-get update; \
|
|
|
- apt-get install -yq apt-transport-https lsb-release ca-certificates software-properties-common gnupg2 iptables \
|
|
|
+ apt-get install -yq software-properties-common gnupg2 iptables \
|
|
|
xz-utils ansible; \
|
|
|
curl https://bootstrap.pypa.io/get-pip.py | python; \
|
|
|
pip install -U pip setuptools; \
|