diff --git a/ci/Dockerfile b/ci/Dockerfile index 5c050a7e6..88181ea28 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -77,7 +77,7 @@ RUN set -e; \ esac \ && 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 glibc-common glibc-all-langpacks \ - pcre2 which tar gzip zip unzip bzip2 sudo ncurses sqlite-devel dotnet-sdk-9.0 \ + pcre2 which tar gzip zip unzip bzip2 sudo ncurses sqlite-devel gnupg2 dotnet-sdk-9.0 \ && alternatives --install /usr/bin/python3 python /usr/bin/python${PYTHON_VERSION} 10 \ && alternatives --install /usr/bin/python3 python3 /usr/bin/python${PYTHON_VERSION} 10 \ && /usr/bin/python${PYTHON_VERSION} --version \ diff --git a/ci/Dockerfile-bun b/ci/Dockerfile-bun index 097c526cf..37205b164 100644 --- a/ci/Dockerfile-bun +++ b/ci/Dockerfile-bun @@ -70,7 +70,7 @@ RUN set -e; \ esac \ && 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 glibc-common glibc-all-langpacks \ - pcre2 which tar gzip zip unzip bzip2 sudo ncurses sqlite-devel dotnet-sdk-9.0 \ + pcre2 which tar gzip zip unzip bzip2 sudo ncurses sqlite-devel gnupg2 dotnet-sdk-9.0 \ && alternatives --install /usr/bin/python3 python /usr/bin/python${PYTHON_VERSION} 10 \ && alternatives --install /usr/bin/python3 python3 /usr/bin/python${PYTHON_VERSION} 10 \ && python${PYTHON_VERSION} --version \ diff --git a/ci/Dockerfile-deno b/ci/Dockerfile-deno index 6cd727f98..738e26d29 100644 --- a/ci/Dockerfile-deno +++ b/ci/Dockerfile-deno @@ -72,7 +72,7 @@ RUN set -e; \ esac \ && 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 glibc-common glibc-all-langpacks \ - pcre2 which tar gzip zip unzip bzip2 sudo ncurses sqlite-devel dotnet-sdk-9.0 \ + pcre2 which tar gzip zip unzip bzip2 sudo ncurses sqlite-devel gnupg2 dotnet-sdk-9.0 \ && alternatives --install /usr/bin/python3 python /usr/bin/python${PYTHON_VERSION} 10 \ && alternatives --install /usr/bin/python3 python3 /usr/bin/python${PYTHON_VERSION} 10 \ && python${PYTHON_VERSION} --version \ diff --git a/ci/Dockerfile-ppc64 b/ci/Dockerfile-ppc64 index 5b08ddd9a..846ed82f5 100644 --- a/ci/Dockerfile-ppc64 +++ b/ci/Dockerfile-ppc64 @@ -58,7 +58,7 @@ RUN set -e; \ echo -e "[nodejs]\nname=nodejs\nstream=20\nprofiles=\nstate=enabled\n" > /etc/dnf/modules.d/nodejs.module \ && 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 bzip2 sudo nodejs ncurses sqlite-devel \ + pcre2 which tar gzip zip unzip bzip2 sudo nodejs ncurses gnupg2 sqlite-devel \ && alternatives --install /usr/bin/python3 python /usr/bin/python${PYTHON_VERSION} 10 \ && alternatives --install /usr/bin/python3 python3 /usr/bin/python${PYTHON_VERSION} 10 \ && python${PYTHON_VERSION} --version \