From 41909d070ba31ba44314e9238cdee7b0ad139c71 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Fri, 18 Sep 2015 13:08:09 -0700 Subject: [PATCH] Remove pip install of pyscss in Horizon Because of the correction of the dependney repos in RDO, pyscss no longer needs to be installed via pip. Change-Id: Ide0a0181a9b1353a043956ab9849a2d261f1c243 Closes-Bug: #1497436 --- docker/horizon/Dockerfile.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/horizon/Dockerfile.j2 b/docker/horizon/Dockerfile.j2 index a3ba0825bc..01e0a5598d 100644 --- a/docker/horizon/Dockerfile.j2 +++ b/docker/horizon/Dockerfile.j2 @@ -19,7 +19,6 @@ RUN yum -y install \ RUN sed -i "s|WEBROOT = '/dashboard/'|WEBROOT = '/'|" /etc/openstack-dashboard/local_settings \ && cp /usr/share/openstack-dashboard/manage.py /usr/bin/manage.py \ && /usr/bin/python /usr/bin/manage.py collectstatic --noinput --clear \ - && pip install -U django-pyscss \ && /usr/bin/python /usr/bin/manage.py compress --force # djano-pyscss causes manage.py compress to fail as shipped with current