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:
Jakob-Naucke
2021-01-14 18:05:53 +01:00
committed by Jakob Naucke
parent d4c506f270
commit 11fe6a3552
2 changed files with 16 additions and 2 deletions

View File

@@ -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 \