We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d172ee commit 2217fa7Copy full SHA for 2217fa7
deploy/cloudrun/Dockerfile
@@ -17,7 +17,7 @@ RUN cd packages/core && npm pack && mv *.tgz /tmp/gemini-core.tgz \
17
18
# Stage 2: Build captain-hook (Rust binary)
19
FROM rust:slim AS captain-hook-builder
20
-RUN apt-get update && apt-get install -y --no-install-recommends git pkg-config libssl-dev && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y --no-install-recommends git pkg-config libssl-dev g++ && rm -rf /var/lib/apt/lists/*
21
# Remove Rust docs to save ~500MB disk during build
22
RUN rm -rf /usr/local/rustup/toolchains/*/share/doc
23
RUN git clone --depth 1 https://github.com/epiphytic/captain-hook.git /build
0 commit comments