mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
kata-deploy: 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>
(cherry picked from commit 10603e3def
)
This commit is contained in:
parent
036d3a4088
commit
8e3863cecb
@ -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