From 38629e82a91b548f8ea0403ced0a6d0fded72030 Mon Sep 17 00:00:00 2001 From: kiemlicz Date: Wed, 22 May 2024 11:59:56 +0200 Subject: [PATCH] adding socat --- dockerfiles/deb-utils/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/deb-utils/Dockerfile b/dockerfiles/deb-utils/Dockerfile index 00a729b..3d8a5c2 100644 --- a/dockerfiles/deb-utils/Dockerfile +++ b/dockerfiles/deb-utils/Dockerfile @@ -3,7 +3,7 @@ FROM debian:bookworm-slim MAINTAINER kiemlicz RUN apt-get update && \ - apt-get install -y iproute2 dnsutils netcat-openbsd iputils-ping iperf3 curl traceroute iptables tcpdump stress-ng sysstat vim gnupg2 apt-transport-https ca-certificates + apt-get install -y iproute2 dnsutils netcat-openbsd iputils-ping iperf3 curl traceroute iptables tcpdump stress-ng sysstat vim gnupg2 apt-transport-https ca-certificates socat RUN curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.28/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg &&\ curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | tee /usr/share/keyrings/cloud.google.asc &&\