Removed debug dependencies

This commit is contained in:
2026-07-23 17:06:03 +02:00
parent a17b9f9725
commit 181a395b4d
+1 -1
View File
@@ -4,7 +4,7 @@ FROM python:3.11-slim
WORKDIR /cloud WORKDIR /cloud
# DEBUG # 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 the requirements file and install dependencies
COPY cloud/requirements.txt . COPY cloud/requirements.txt .