From 84b8b026093c3113f57b66f3bdbd6f9fc8e4fcb1 Mon Sep 17 00:00:00 2001 From: Guidolin Marco Date: Sun, 26 Apr 2020 15:06:31 +0200 Subject: [PATCH] FIX: permissions update to ssl certificates directory in container --- docker/workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/workspace/Dockerfile b/docker/workspace/Dockerfile index c44bb35..65e709e 100755 --- a/docker/workspace/Dockerfile +++ b/docker/workspace/Dockerfile @@ -185,7 +185,7 @@ RUN usermod -u 1000 www-data \ COPY ssl-certificates /etc/ssl/certificates/ COPY ssh-keys /root/.ssh/host-keys/ -RUN chmod 644 /etc/ssl/certificates/* +RUN chmod -R 644 /etc/ssl/certificates RUN if [find "/root/.ssh/host-keys" -mindepth 1 -print -quit 2>/dev/null | grep -q .]; then \ chmod 600 /root/.ssh/host-keys/id_rsa \ && chmod 644 /root/.ssh/host-keys/id_rsa.pub \