Merge "Remove unnecessary dependencies"
This commit is contained in:
commit
1061cc7692
@ -1,10 +1,7 @@
|
|||||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||||
|
|
||||||
# We really shouldn't need to install python-oslo-log or python-oslo-policy
|
RUN yum -y install openstack-glance && yum clean all
|
||||||
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1218349
|
|
||||||
RUN yum -y install openstack-glance python-oslo-log python-oslo-policy && yum clean all
|
|
||||||
|
|
||||||
RUN mkdir -p /opt/kolla
|
RUN mkdir -p /opt/kolla
|
||||||
COPY config-glance.sh /opt/kolla/config-glance.sh
|
COPY config-glance.sh /opt/kolla/config-glance.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user