From d3f06c0a6d40b4502ee430c6f70faf9b93b8cf73 Mon Sep 17 00:00:00 2001 From: Jaap Eldering Date: Thu, 19 Sep 2024 06:00:38 +0200 Subject: [PATCH] TEST --- .github/jobs/configure-checks/setup_configure_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/jobs/configure-checks/setup_configure_image.sh b/.github/jobs/configure-checks/setup_configure_image.sh index 4b12cfb1aa..6043bf0d69 100755 --- a/.github/jobs/configure-checks/setup_configure_image.sh +++ b/.github/jobs/configure-checks/setup_configure_image.sh @@ -11,7 +11,7 @@ case $distro_id in # grep -E 'nginx|apache' /etc/group || true dnf install -y pkg-config make bats autoconf automake util-linux \ - httpd + php-fpm # grep -E 'nginx|apache' /etc/passwd || true # grep -E 'nginx|apache' /etc/group || true