mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-03 04:01:38 +00:00
keystone: Create temporal required dir
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
This commit is contained in:
+3
-1
@@ -3,12 +3,14 @@ MAINTAINER obed.n.munoz@intel.com
|
||||
|
||||
ARG swupd_args=""
|
||||
|
||||
RUN swupd update $swupd_args
|
||||
RUN swupd update $swupd_args
|
||||
RUN swupd bundle-add openstack-identity openstack-python-clients $swupd_args
|
||||
RUN rm -rf /var/lib/swupd/*
|
||||
|
||||
# Keystone
|
||||
RUN mkdir /etc/keystone
|
||||
RUN mkdir -p /etc/keystone
|
||||
RUN mkdir -p /var/tmp
|
||||
COPY keystone.conf /etc/keystone
|
||||
|
||||
RUN mkdir -p /etc/nginx/ssl
|
||||
|
||||
Reference in New Issue
Block a user