
Change-Id: If5e100ddf5eda6a484d2eeb4c6adb9ee588d9b92 Partially-Implements: blueprint remove-internal-config
5 lines
186 B
Docker
5 lines
186 B
Docker
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
|
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
|
|
RUN yum -y install openstack-glance python-oslo-i18n && yum clean all
|