mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-17 23:47:07 +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 \
|
git \
|
||||||
make \
|
make \
|
||||||
musl-tools \
|
musl-tools \
|
||||||
|
protobuf-compiler \
|
||||||
sudo && \
|
sudo && \
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists/
|
apt-get clean && rm -rf /var/lib/apt/lists/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user