Added optional fs paths for ccp related files

Like bootstrap scripts, etc.

Change-Id: Ib5a4413206c9fb6134bcceccddec26be24a6cf2e
This commit is contained in:
Proskurin Kirill 2016-07-05 14:37:35 +02:00
parent 3f038ac994
commit d874cbd04e
1 changed files with 5 additions and 0 deletions

View File

@ -23,3 +23,8 @@ RUN apt-get update \
COPY sudoers /etc/sudoers
RUN chmod 440 /etc/sudoers \
&& groupadd microservices
# Directory to store additional bin and configs needed for bootstrapping of the containers.
RUN mkdir -p /opt/ccp/{etc,bin} \
&& chown -R root:microservices /opt/ccp \
&& chmod -R g+wrx /opt/ccp