mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-25 11:13:15 +00:00
Merge pull request #6245 from BbolroC/fix-protoc-s390x
CCv0: install protobuf-compiler explicitly in shim-v2 Dockerfile
This commit is contained in:
commit
a7d8c7788d
@ -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