mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-09 04:39:17 +00:00
osbuiler: fixing USE_DOCKER for ppc64le
For building rootfs with docker, glibc based rust target should be installed on ppc64le. Additionally, protobuf-compiler would be required on ppc64le as it is not present by default. Fixes: #1417 Signed-off-by: Amulya Meka <amulmek1@in.ibm.com>
This commit is contained in:
@@ -26,6 +26,7 @@ RUN dnf -y update && dnf install -y \
|
||||
libseccomp-devel \
|
||||
libstdc++-devel \
|
||||
libstdc++-static \
|
||||
protobuf-compiler \
|
||||
m4 \
|
||||
make \
|
||||
pkgconfig \
|
||||
|
Reference in New Issue
Block a user