From 3d7bd8579bc13a7f8acf91560471f04d717236ef Mon Sep 17 00:00:00 2001 From: Anand kumar Date: Wed, 5 Jun 2019 12:38:52 +0530 Subject: [PATCH] Multiple installation of same dependency python-pip is being installed multiple times. --- installer/roles/image_build/templates/Dockerfile.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index f3327b9a96..c281b5010f 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -37,7 +37,6 @@ RUN yum -y install acl \ postgresql-devel \ python-devel \ python-pip \ - python-pip \ python-psutil \ python-psycopg2 \ python-setuptools \