Skip to content

Commit

Permalink
ci: install protobuf-compiler to docker image (#32956)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Aug 23, 2023
1 parent 8970a37 commit d90e158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker-rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN set -x \
golang \
unzip \
lld \
protobuf-compiler \
\
&& apt remove -y libcurl4-openssl-dev \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit d90e158

Please sign in to comment.