feat: add protobuf-compiler to CI image (#4180)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
92da65a065
commit
bfe24b3418
|
@ -28,7 +28,7 @@ RUN apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
git locales sudo openssh-client ca-certificates tar gzip parallel \
|
git locales sudo openssh-client ca-certificates tar gzip parallel \
|
||||||
unzip zip bzip2 gnupg curl make pkg-config libssl-dev \
|
unzip zip bzip2 gnupg curl make pkg-config libssl-dev \
|
||||||
jq clang lld g++ shellcheck yamllint \
|
jq clang lld g++ shellcheck yamllint protobuf-compiler \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& apt-get clean autoclean \
|
&& apt-get clean autoclean \
|
||||||
&& apt-get autoremove --yes \
|
&& apt-get autoremove --yes \
|
||||||
|
|
Loading…
Reference in New Issue