Skip to content

Commit

Permalink
replace netcat to netcat-openbsd in Dockerfile (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maismail authored Aug 27, 2024
1 parent a75a35b commit 01419e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/docker/base/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ ARG BASE_IMAGE=eclipse-temurin:11-jdk
FROM ${BASE_IMAGE}

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

0 comments on commit 01419e1

Please sign in to comment.