diff Dockerfile @ 5:b2ce158b4f22 draft

planemo upload commit ece227052d14d755b0d0b07a827152b2e98fb94b
author enis
date Thu, 24 Jul 2025 21:41:18 +0000
parents 2ff4a39ea41b
children 3fd12035e6c9
line wrap: on
line diff
--- a/Dockerfile	Tue Jul 22 14:47:47 2025 +0000
+++ b/Dockerfile	Thu Jul 24 21:41:18 2025 +0000
@@ -1,6 +1,22 @@
 FROM google/cloud-sdk:latest
 
-RUN apt-get update && apt-get install -y python3 python3-pip netcat-openbsd
+# Install essential networking and debugging tools
+RUN apt-get update && apt-get install -y \
+    python3 \
+    python3-pip \
+    netcat-openbsd \
+    iproute2 \
+    iputils-ping \
+    dnsutils \
+    curl \
+    wget \
+    telnet \
+    traceroute \
+    net-tools \
+    tcpdump \
+    nmap \
+    vim \
+    && rm -rf /var/lib/apt/lists/*
 
 RUN pip3 install --break-system-packages google-cloud-batch