mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-04-04 14:05:11 +02:00
fix: Change group id
Change group id to not conflict with host common id Fix #13
This commit is contained in:
parent
f601ca262d
commit
b89e312569
@ -3,7 +3,8 @@ FROM library/docker:stable
|
||||
ENV HOME_DIR=/opt/crontab
|
||||
RUN apk add --no-cache --virtual .run-deps bash jq \
|
||||
&& mkdir -p ${HOME_DIR}/jobs ${HOME_DIR}/projects \
|
||||
&& adduser -S docker -D
|
||||
&& adduser -S docker -D \
|
||||
&& sed -i "s/999/99/" /etc/group
|
||||
|
||||
COPY docker-entrypoint /
|
||||
ENTRYPOINT ["/docker-entrypoint"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user