From 640d2f1cad5e84e16f5c3d8f71644cf80808ea40 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Fri, 31 Jul 2015 19:31:53 +0000 Subject: [PATCH] Removed unneeded pip installs Change-Id: Idc0c118ed0153c549990166931bcdb6cf250abbb Closes-Bug: #1480438 --- docker/centos/binary/base/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docker/centos/binary/base/Dockerfile b/docker/centos/binary/base/Dockerfile index a06ff361e8..4cac35598e 100644 --- a/docker/centos/binary/base/Dockerfile +++ b/docker/centos/binary/base/Dockerfile @@ -103,11 +103,7 @@ RUN yum install -y \ python-webtest \ python-werkzeug \ python-wsme \ - && yum clean all \ - && pip install oslo.service \ - && pip install oslo.reports \ - && pip install cachetools \ - && pip install futurist + && yum clean all # TODO(inc0): when oslo_service lands in delorean, change pip to yum # necessary until https://bugzilla.redhat.com/show_bug.cgi?id=1229477 is fixed