Explorar el Código

Remove duplicated pakage install

gabriel hace 6 años
padre
commit
95b2eafb96
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/Dockerfile

+ 1 - 1
tools/Dockerfile

@@ -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; \