Skip to content

Commit

Permalink
Merge pull request #4 from OpenCHAMI/synackd/dockerfile-user
Browse files Browse the repository at this point in the history
build(docker): remove USER directive for 65534 (nobody)
  • Loading branch information
alexlovelltroy authored Nov 8, 2024
2 parents 8a72cd5 + 2bc8bd4 commit ca28020
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ RUN set -ex \
COPY coredhcp /coredhcp


# nobody 65534:65534
USER 65534:65534

CMD [ "/coredhcp" ]

ENTRYPOINT [ "/sbin/tini", "--" ]
ENTRYPOINT [ "/sbin/tini", "--" ]

0 comments on commit ca28020

Please sign in to comment.