mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-25 19:21:53 +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 \
|
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