mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 23:07:55 +00:00
osbuilder: Fix USE_DOCKER on s390x
- Install the required protobuf-compiler on Ubuntu - Install correct libc Rust target (glibc on s390x) - Do not skip Rust installation on s390x Fixes: #1266 Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
This commit is contained in:
committed by
Jakob Naucke
parent
d4c506f270
commit
11fe6a3552
@@ -33,6 +33,7 @@ RUN apt-get update && apt-get --no-install-recommends install -y \
|
||||
musl \
|
||||
musl-dev \
|
||||
musl-tools \
|
||||
protobuf-compiler \
|
||||
sed \
|
||||
systemd \
|
||||
tar \
|
||||
|
Reference in New Issue
Block a user