Skip to content

Commit

Permalink
replace netcat to netcat-openbsd in Dockerfile (logicalclocks#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maismail authored and gibchikafa committed Dec 4, 2024
1 parent 0b8e337 commit ead10c8
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 ead10c8

Please sign in to comment.