Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 2dbace5

Browse files
authored
Install protoc (#428)
1 parent 48197a6 commit 2dbace5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/base-ci-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN set -eux; \
4040
apt-get install -y --no-install-recommends \
4141
libssl-dev make cmake \
4242
git pkg-config curl time rhash ca-certificates \
43-
python3 python3-pip lsof ruby ruby-bundler git-restore-mtime xz-utils unzip gnupg && \
43+
python3 python3-pip lsof ruby ruby-bundler git-restore-mtime xz-utils unzip gnupg protobuf-compiler && \
4444
# add clang 13 repo
4545
curl -s https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -; \
4646
echo "deb http://apt.llvm.org/buster/ llvm-toolchain-buster-13 main" >> /etc/apt/sources.list.d/llvm-toochain-buster-13.list; \

0 commit comments

Comments
 (0)