Skip to content

Commit

Permalink
feat(container): Add user
Browse files Browse the repository at this point in the history
feat(container): Add user
  • Loading branch information
tuxpeople authored Mar 21, 2024
2 parents 2a64dac + 00f5847 commit 432bfa0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ RUN chmod +x /scripts/* \
yq \
&& curl -s https://fluxcd.io/install.sh | bash \
&& mkdir /workdir \
&& chmod 777 /workdir
&& chmod 777 /workdir \
&& addgroup -g 1000 abc \
&& adduser -G abc -u 1000 abc -D

WORKDIR /workdir

Expand Down

0 comments on commit 432bfa0

Please sign in to comment.