Skip to content

Commit

Permalink
Dockerfile: add back chown (#3389)
Browse files Browse the repository at this point in the history
`chown /opt/charon` was removed previously, but it's required by the test command.

category: bug
ticket: none
  • Loading branch information
KaloyanTanev authored Nov 25, 2024
1 parent 581282d commit 6067f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN addgroup --gid "$GID" "$USER" \
&& chmod u+x /usr/local/bin/charon

WORKDIR "/opt/$USER"
RUN chown charon "/opt/$USER"
USER charon

ENTRYPOINT ["/usr/local/bin/charon"]
Expand Down

0 comments on commit 6067f8b

Please sign in to comment.