Skip to content

Commit

Permalink
feat: add conntrack
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedearing committed Jul 10, 2024
1 parent c95d127 commit 6881314
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 @@ -10,7 +10,7 @@ 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-traditional jq \
neovim curl gnupg openjdk-21-jre-headless tcpdump rclone sysstat socat \
neovim curl gnupg openjdk-21-jre-headless tcpdump rclone sysstat socat conntrack \
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 && \
echo 'deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.29/deb/ /' | tee /etc/apt/sources.list.d/kubernetes.list && \
Expand Down

0 comments on commit 6881314

Please sign in to comment.