Skip to content

Commit ca28020

Browse files
Merge pull request #4 from OpenCHAMI/synackd/dockerfile-user
build(docker): remove USER directive for 65534 (nobody)
2 parents 8a72cd5 + 2bc8bd4 commit ca28020

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ RUN set -ex \
1111
COPY coredhcp /coredhcp
1212

1313

14-
# nobody 65534:65534
15-
USER 65534:65534
16-
1714
CMD [ "/coredhcp" ]
1815

19-
ENTRYPOINT [ "/sbin/tini", "--" ]
16+
ENTRYPOINT [ "/sbin/tini", "--" ]

0 commit comments

Comments
 (0)