Crawler-Dockerfile: curl für Coolify-Healthcheck (python:slim hatte keins -> Rollback); behebt Deploy der 13 offiziellen Quellen

This commit is contained in:
2026-06-28 16:42:49 +00:00
parent 2921b6511e
commit b90133f773
+1
View File
@@ -1,5 +1,6 @@
FROM python:3.11-slim FROM python:3.11-slim
WORKDIR /app WORKDIR /app
RUN apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/*
COPY requirements.txt . COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .