Skip to content

Commit 996a0b4

Browse files
committed
Added make to the build file
1 parent 12b10c8 commit 996a0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisioning/build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN if [ -f ${BUILD_VAR_SCRIPT} ]; then \
5959
echo "No cross-compilation needed"; \
6060
fi && \
6161
apt update && \
62-
apt install -y git libssl-dev:${TARGETARCH} zlib1g-dev:${TARGETARCH} pkg-config && \
62+
apt install -y git make libssl-dev:${TARGETARCH} zlib1g-dev:${TARGETARCH} pkg-config && \
6363
cargo chef cook ${TARGET_FLAG} --release --recipe-path recipe.json
6464

6565
# Get the latest Protoc since the one in the Debian repo is incredibly old

0 commit comments

Comments
 (0)