stricter permissions
This commit is contained in:
parent
4be279d03f
commit
cb40dbceee
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
||||||
MAINTAINER "f <f@sutty.nl>"
|
MAINTAINER "f <f@sutty.nl>"
|
||||||
|
|
||||||
RUN addgroup -S -g 777 ssl
|
RUN addgroup -S -g 777 ssl
|
||||||
RUN install -dm 2750 -o root -g root /root/.ssh
|
RUN install -dm 2700 -o root -g root /root/.ssh
|
||||||
RUN apk add --no-cache certbot jq wget openssh-client rsync
|
RUN apk add --no-cache certbot jq wget openssh-client rsync
|
||||||
|
|
||||||
COPY ./monit.conf /etc/monit.d/certbot.conf
|
COPY ./monit.conf /etc/monit.d/certbot.conf
|
||||||
|
|
Loading…
Reference in a new issue