Skip to content

Commit e478a5d

Browse files
committed
Use a netcat with IPv6 support
Traditional `netcat` has no support for IPv6. Support is implemented in `netcat-openbsd`, which should also be backward compatible. Signed-off-by: Jo Vandeginste <[email protected]>
1 parent 1043595 commit e478a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker/puppetdb/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ COPY docker/puppetdb/docker-entrypoint.d /docker-entrypoint.d
6969

7070
# hadolint ignore=DL3009
7171
RUN apt-get update && \
72-
apt-get install --no-install-recommends -y ca-certificates curl dnsutils netcat && \
72+
apt-get install --no-install-recommends -y ca-certificates curl dnsutils netcat-openbsd && \
7373
chmod +x /ssl.sh /wtfc.sh /docker-entrypoint.sh /healthcheck.sh /docker-entrypoint.d/*.sh && \
7474
dpkg -i dumb-init_"$DUMB_INIT_VERSION"_amd64.deb
7575

0 commit comments

Comments
 (0)