feat: add protobuf-compiler to CI image (#4180)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
Raphael Taylor-Davies 2022-03-30 18:36:27 +01:00 committed by GitHub
parent 92da65a065
commit bfe24b3418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \