chore: add curl to appflowy cloud image to prepare for health check change

This commit is contained in:
khorshuheng 2025-01-24 12:20:04 +08:00
parent 5501fe3a88
commit 65939ede77
1 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@ RUN cargo build --profile=${PROFILE} --features "${FEATURES}" --bin appflowy_clo
FROM debian:bookworm-slim AS runtime
WORKDIR /app
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends openssl ca-certificates \
&& apt-get install -y --no-install-recommends openssl ca-certificates curl \
&& update-ca-certificates \
# Clean up
&& apt-get autoremove -y \