Skip to content

Commit

Permalink
Added Dockerfile build dependencies (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro authored Jul 29, 2023
2 parents 12411f6 + a116969 commit 3d34964
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 3d34964

Please sign in to comment.