Skip to content

Commit

Permalink
Default available
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Jan 15, 2024
1 parent bcbc18b commit 7296de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/configure-checks/setup_configure_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ case $distro_id in
dnf install pkg-config make bats autoconf automake util-linux -y
dnf install composer php -y
php_line="php"
for p in gd mysql xml zip; do
for p in gd xml zip; do
php_line="php-${p} ${php_line}"
done
dnf install composer ${php_line} -y ;;
Expand Down

0 comments on commit 7296de4

Please sign in to comment.