From 22fcd60c02ae553313bbec4dd1f325fe2dc9d7bf Mon Sep 17 00:00:00 2001 From: Duncan Brown Date: Thu, 18 Apr 2019 20:13:39 -0400 Subject: [PATCH] fix permission warning --- comanage-registry-shibboleth-sp/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comanage-registry-shibboleth-sp/Dockerfile b/comanage-registry-shibboleth-sp/Dockerfile index 7793aa7..229cea2 100644 --- a/comanage-registry-shibboleth-sp/Dockerfile +++ b/comanage-registry-shibboleth-sp/Dockerfile @@ -223,6 +223,8 @@ RUN mkdir -p "$COMANAGE_REGISTRY_DIR" \ COPY shibboleth2.xml.template /etc/shibboleth/shibboleth2.xml.template COPY inc-md-cert.pem /etc/shibboleth/inc-md-cert.pem +RUN chown _shibd:_shibd /etc/shibboleth/inc-md-cert.pem /etc/shibboleth/shibboleth2.xml.template + COPY supervisord.conf /usr/local/etc/supervisord.conf COPY docker-comanage-entrypoint /usr/local/bin/