Skip to content

Commit

Permalink
fixes #1715
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chn0m4g3 committed Dec 16, 2024
1 parent 1231c54 commit f6398f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/tpotinit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ RUN apk --no-cache -U upgrade && \
apk --no-cache -U add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
yq && \
#
# Setup user
# Setup user, logrotate permissions
addgroup -g 2000 tpot && \
adduser -S -s /bin/ash -u 2000 -D -g 2000 tpot && \
chmod 0600 /opt/tpot/etc/logrotate/logrotate.conf && \
#
# Clean up
apk del --purge git && \
Expand Down

0 comments on commit f6398f9

Please sign in to comment.