Debug container
Build, push image, and notify Watchtower / build-image (push) Successful in 1m18s
Build, push image, and notify Watchtower / notify (push) Successful in 37s

This commit is contained in:
2026-07-23 16:51:39 +02:00
parent c99065f6e0
commit a17b9f9725
+3
View File
@@ -3,6 +3,9 @@ FROM python:3.11-slim
# Set the working directory inside the container # Set the working directory inside the container
WORKDIR /cloud WORKDIR /cloud
# DEBUG
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 .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt