FROM debian:bookworm-slim RUN apt-get update && apt-get install -y curl python3 python3-pip iputils-ping net-tools \ && rm -rf /var/lib/apt/lists/*