fix: add curl to Docker image for Coolify healthcheck

This commit is contained in:
Tom Boullay
2026-04-14 18:41:54 +02:00
parent 78f4aa83e0
commit 616eb26206
+1
View File
@@ -34,6 +34,7 @@ LABEL description="Secure 3D asset upload interface with Draco compression and G
RUN apt-get update && apt-get install -y --no-install-recommends \
blender \
tini \
curl \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app