Merge pull request #1193 from AppFlowy-IO/add-curl-for-appflowy-cloud-image
chore: add curl to appflowy cloud image
This commit is contained in:
commit
ea1285f615
|
|
@ -33,7 +33,7 @@ RUN cargo build --profile=${PROFILE} --features "${FEATURES}" --bin appflowy_clo
|
||||||
FROM debian:bookworm-slim AS runtime
|
FROM debian:bookworm-slim AS runtime
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apt-get update -y \
|
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 \
|
&& update-ca-certificates \
|
||||||
# Clean up
|
# Clean up
|
||||||
&& apt-get autoremove -y \
|
&& apt-get autoremove -y \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue