Skip to content

Commit 5da22fa

Browse files
committed
Get needed dependencies
1 parent b943e89 commit 5da22fa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/jobs/configure-checks/setup_configure_image.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ distro_id=$(grep "^ID=" /etc/os-release)
77
# Install everything for configure and testing
88
case $distro_id in
99
"ID=fedora")
10-
dnf install pkg-config make bats autoconf automake -y
11-
dnf install util-linux composer -y ;;
10+
dnf install pkg-config make bats autoconf automake util-linux -y
11+
dnf install composer php -y ;;
1212
*)
1313
apt-get update; apt-get full-upgrade -y
14-
apt-get install pkg-config make bats autoconf composer -y ;;
14+
apt-get install pkg-config make bats autoconf -y
15+
apt-get install composer php-{curl,gd,mysql,xml,zip} -y ;;
1516
esac
1617

1718
# Build the configure file

0 commit comments

Comments
 (0)