From 181a395b4d09bdf1650703d02031711ecaad3e99 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 23 Jul 2026 17:06:03 +0200 Subject: [PATCH] Removed debug dependencies --- cloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/Dockerfile b/cloud/Dockerfile index 8524db0..df84b63 100644 --- a/cloud/Dockerfile +++ b/cloud/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.11-slim WORKDIR /cloud # DEBUG -RUN apt update && apt install -y dnsutils iputils-ping +# RUN apt update && apt install -y dnsutils iputils-ping # Copy the requirements file and install dependencies COPY cloud/requirements.txt .