Browse Source

Remove duplicated pakage install

gabriel 6 năm trước cách đây
mục cha
commit
95b2eafb96
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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; \