Skip to content
Snippets Groups Projects
Commit 6f54cdc0 authored by Martin André's avatar Martin André
Browse files

Cleanup dependencies for glance-base

Rely on packagers for managing dependencies.

openstack-glance RPM [1] and glance deb [2] already pull the required
packages.

[1] https://github.com/openstack-packages/glance/blob/rpm-master/openstack-glance.spec
[2] http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/trusty-updates/liberty/main/binary-amd64/Packages

TrivialFix

Change-Id: I8707805db136af77a53372cafd5dcfdffb1f317e
parent 30d29b6f
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,6 @@ MAINTAINER {{ maintainer }} ...@@ -6,9 +6,6 @@ MAINTAINER {{ maintainer }}
RUN yum -y install \ RUN yum -y install \
openstack-glance \ openstack-glance \
python-oslo-i18n \
python-castellan \
python-cryptography \
python-rbd \ python-rbd \
python-rados \ python-rados \
&& yum clean all \ && yum clean all \
...@@ -18,9 +15,6 @@ RUN yum -y install \ ...@@ -18,9 +15,6 @@ RUN yum -y install \
RUN apt-get install -y --no-install-recommends \ RUN apt-get install -y --no-install-recommends \
glance \ glance \
python-oslo-i18n \
python-castellan \
python-cryptography \
python-rbd \ python-rbd \
python-rados \ python-rados \
&& apt-get clean \ && apt-get clean \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment