We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b10c8 commit 996a0b4Copy full SHA for 996a0b4
provisioning/build.Dockerfile
@@ -59,7 +59,7 @@ RUN if [ -f ${BUILD_VAR_SCRIPT} ]; then \
59
echo "No cross-compilation needed"; \
60
fi && \
61
apt update && \
62
- apt install -y git libssl-dev:${TARGETARCH} zlib1g-dev:${TARGETARCH} pkg-config && \
+ apt install -y git make libssl-dev:${TARGETARCH} zlib1g-dev:${TARGETARCH} pkg-config && \
63
cargo chef cook ${TARGET_FLAG} --release --recipe-path recipe.json
64
65
# Get the latest Protoc since the one in the Debian repo is incredibly old
0 commit comments