ci: install protobuf-compiler to docker image (#32956)

This commit is contained in:
Yihau Chen 2023-08-24 02:13:38 +08:00 committed by GitHub
parent 8970a3751a
commit d90e158286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN set -x \
golang \
unzip \
lld \
protobuf-compiler \
\
&& apt remove -y libcurl4-openssl-dev \
&& rm -rf /var/lib/apt/lists/* \