fix: add curl installation in Dockerfile for runtime environment
Deploy to Coolify / deploy (push) Successful in 3s
Deploy to Coolify / deploy (push) Successful in 3s
This commit is contained in:
@@ -28,6 +28,7 @@ FROM debian:bookworm-slim AS runtime
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user