From d90e1582869d8ef8d386a1c156eda987404c43be Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Thu, 24 Aug 2023 02:13:38 +0800 Subject: [PATCH] ci: install protobuf-compiler to docker image (#32956) --- ci/docker-rust/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/docker-rust/Dockerfile b/ci/docker-rust/Dockerfile index 8ea6b5c722..ab93615468 100644 --- a/ci/docker-rust/Dockerfile +++ b/ci/docker-rust/Dockerfile @@ -24,6 +24,7 @@ RUN set -x \ golang \ unzip \ lld \ + protobuf-compiler \ \ && apt remove -y libcurl4-openssl-dev \ && rm -rf /var/lib/apt/lists/* \