We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3040b0c commit 63752e1Copy full SHA for 63752e1
.github/jobs/configure-checks/setup_configure_image.sh
@@ -13,7 +13,7 @@ case $distro_id in
13
for p in gd mysql xml zip; do
14
php_line="php-${p} ${php_line}"
15
done
16
- apt-get install composer ${php_line} -y ;;
+ dnf install composer ${php_line} -y ;;
17
*)
18
apt-get update; apt-get full-upgrade -y
19
apt-get install pkg-config make bats autoconf -y
0 commit comments