Skip to content

Commit

Permalink
fix: Change group id
Browse files Browse the repository at this point in the history
Change group id to not conflict with host common id

Fix #13
  • Loading branch information
willfarrell committed Feb 28, 2018
1 parent f601ca2 commit b89e312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit b89e312

Please sign in to comment.