From b73005b7b7f9bfda2a48a7c5516dbc6481a06dcc Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Wed, 22 May 2024 05:45:18 +0100 Subject: [PATCH] Fix ppc64 build issue Signed-off-by: Prabhu Subramanian --- ci/Dockerfile-ppc64 | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/Dockerfile-ppc64 b/ci/Dockerfile-ppc64 index c99bb2f38..519dfc952 100644 --- a/ci/Dockerfile-ppc64 +++ b/ci/Dockerfile-ppc64 @@ -51,7 +51,6 @@ RUN set -e; \ *) echo >&2 "error: unsupported architecture: '$ARCH_NAME'"; exit 1 ;; \ esac; \ echo -e "[nodejs]\nname=nodejs\nstream=20\nprofiles=\nstate=enabled\n" > /etc/dnf/modules.d/nodejs.module \ - && microdnf module enable php ruby -y \ && microdnf install -y php php-curl php-zip php-bcmath php-json php-pear php-mbstring php-devel make gcc git-core \ python${PYTHON_VERSION} python${PYTHON_VERSION}-devel python${PYTHON_VERSION}-pip ruby ruby-devel java-21-openjdk-headless \ pcre2 which tar gzip zip unzip sudo nodejs ncurses sqlite-devel \