Skip to content

Commit

Permalink
Use netcat-traditional package
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedearing committed Apr 30, 2024
1 parent 7db95b3 commit 1c869a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM docker.io/library/ubuntu:latest
ENV KAFKA_VERSION=3.7.0
RUN ln -snf /usr/share/zoneinfo/US/Pacific /etc/localtime && \
apt update && \
apt install -y zsh mariadb-client postgresql-client dnsutils netcat jq \
apt install -y zsh mariadb-client postgresql-client dnsutils netcat-traditional jq \
neovim curl gnupg openjdk-21-jre-headless tcpdump rclone sysstat \
sudo sshpass && \
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.29/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg && \
Expand Down

0 comments on commit 1c869a8

Please sign in to comment.