Skip to content

Commit

Permalink
Added Dockerfile build dependencies (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro authored Jul 31, 2023
2 parents 86c8d57 + 5c7bf3b commit 3a7ec8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

FROM bitnami/git:latest AS builder

RUN apt-get update && apt-get install --assume-yes curl build-essential cmake clang jq
RUN apt-get update && apt-get install --assume-yes curl build-essential cmake clang jq protobuf-compiler ca-certificates

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
export PATH="$PATH:$HOME/.cargo/bin" && \
Expand Down

0 comments on commit 3a7ec8f

Please sign in to comment.