Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit d90e158

Browse files
authored
ci: install protobuf-compiler to docker image (#32956)
1 parent 8970a37 commit d90e158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/docker-rust/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN set -x \
2424
golang \
2525
unzip \
2626
lld \
27+
protobuf-compiler \
2728
\
2829
&& apt remove -y libcurl4-openssl-dev \
2930
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)