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 \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
blender \
|
blender \
|
||||||
tini \
|
tini \
|
||||||
|
curl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user