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 .