CCv0: install protobuf-compiler explicitly in shim-v2 Dockerfile

This is to install a missing binary protoc in shim-v2 Dockerfile.

Fixes: #6244

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
Hyounggyu Choi 2023-02-09 11:45:32 +01:00
parent b95440712d
commit 10603e3def

View File

@ -14,6 +14,7 @@ RUN apt-get update && \
git \
make \
musl-tools \
protobuf-compiler \
sudo && \
apt-get clean && rm -rf /var/lib/apt/lists/