From 44ba4c78def1fd56f6243b54fc9fc901680f5b7a Mon Sep 17 00:00:00 2001 From: f Date: Fri, 13 Sep 2019 16:19:04 -0300 Subject: [PATCH] add ssl group --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2cec2a3..863bb75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,13 +6,14 @@ RUN apk add --no-cache certbot jq wget # Run certbot COPY ./monit.conf /etc/monit.d/certbot.conf -# Get more output -RUN echo "set limits { programoutput: 1 MB }" >> /etc/monit.d/limits.conf # Install certbot's script COPY ./certbot.sh /usr/local/bin/certbot RUN chmod +x /usr/local/bin/certbot +# Add ssl group +RUN addgroup -S -g 777 ssl + # Check monit's config RUN monit -t