Skip to content

Commit 01419e1

Browse files
authored
replace netcat to netcat-openbsd in Dockerfile (#2)
1 parent a75a35b commit 01419e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/kubernetes/docker/base/debian/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ ARG BASE_IMAGE=eclipse-temurin:11-jdk
2020
FROM ${BASE_IMAGE}
2121

2222
RUN apt-get update && \
23-
apt-get install -y zlib1g zlib1g-dev lzop lsof netcat dnsutils less procps iputils-ping curl && \
23+
apt-get install -y zlib1g zlib1g-dev lzop lsof netcat-openbsd dnsutils less procps iputils-ping curl && \
2424
apt-get clean && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)