mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 07:24:24 +01:00
Merge pull request #6273 from BbolroC/fix-protobuf-s390x-ppc64le
kata-deploy: Install protobuf-compiler explicitly in shim-v2 Dockerfile
This commit is contained in:
@@ -14,6 +14,7 @@ RUN apt-get update && \
|
||||
git \
|
||||
make \
|
||||
musl-tools \
|
||||
protobuf-compiler \
|
||||
sudo && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user