fix: add curl to Docker image for Coolify healthcheck
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user