Skip to content

Commit 49c00e0

Browse files
author
Michael Vasseur
committed
Add forgotten packages
1 parent a540679 commit 49c00e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ case $distro_id in
1212
apt-get update; apt-get full-upgrade -y
1313
apt-get install pkg-config make bats autoconf -y
1414
apt-get install composer php php-cli php-curl php-fpm php-gd \
15-
php-intl php-json php-mbstring php-mysql php-xml php-zip -y ;;
15+
php-intl php-json php-mbstring php-mysql php-xml php-zip
16+
acl zip unzip mariadb-server -y ;;
1617
esac
1718

1819
# Build the configure file

0 commit comments

Comments
 (0)