Dockerfile: curl hinzufügen für Coolify Health-Check
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Bildcodec-Abhängigkeiten für Pillow
|
# Bildcodec-Abhängigkeiten für Pillow
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libjpeg-dev libpng-dev libwebp-dev \
|
libjpeg-dev libpng-dev libwebp-dev curl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Python-Pakete
|
# Python-Pakete
|
||||||
|
|||||||
Reference in New Issue
Block a user