We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 921ebc0 + 16bdf5a commit 610fd63Copy full SHA for 610fd63
1 file changed
Dockerfile
@@ -39,10 +39,6 @@ RUN apk add --no-cache ca-certificates tini
39
40
COPY --from=builder /workspace/notification-controller /usr/local/bin/
41
42
-# Create minimal nsswitch.conf file to prioritize the usage of /etc/hosts over DNS queries.
43
-# https://github.com/gliderlabs/docker-alpine/issues/367#issuecomment-354316460
44
-RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
45
-
46
USER 65534:65534
47
48
ENTRYPOINT [ "/sbin/tini", "--", "notification-controller" ]
0 commit comments