Merge pull request #6245 from BbolroC/fix-protoc-s390x

CCv0: install protobuf-compiler explicitly in shim-v2 Dockerfile
This commit is contained in:
Hyounggyu Choi 2023-02-13 16:02:40 +01:00 committed by GitHub
commit a7d8c7788d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ RUN apt-get update && \
git \
make \
musl-tools \
protobuf-compiler \
sudo && \
apt-get clean && rm -rf /var/lib/apt/lists/