mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-16 15:07:46 +00:00
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:
parent
b95440712d
commit
10603e3def
@ -14,6 +14,7 @@ RUN apt-get update && \
|
||||
git \
|
||||
make \
|
||||
musl-tools \
|
||||
protobuf-compiler \
|
||||
sudo && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user