set umask to 077
This commit is contained in:
parent
c69afc0a63
commit
8d4a6649d3
1 changed files with 1 additions and 0 deletions
|
@ -7,3 +7,4 @@ RUN \
|
|||
useradd --user-group --system --no-create-home --uid 500 servnest && \
|
||||
useradd --user-group --system --no-create-home --uid 501 nginx && \
|
||||
useradd --user-group --system --no-create-home --uid 505 sftpgo
|
||||
RUN echo "umask 077" >> /etc/profile
|
||||
|
|
Loading…
Add table
Reference in a new issue