File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2929 uses : actions/checkout@v4
3030 - name : Install GD PHP extension
3131 run : |
32- apk add $PHPIZE_DEPS libpng-dev
32+ apk add $PHPIZE_DEPS libpng-dev libzip-dev
3333 docker-php-ext-configure gd
34- docker-php-ext-install gd
34+ docker-php-ext-configure zip --with-libzip
35+ docker-php-ext-install gd zip
3536 - name : Install Composer
3637 run : wget -qO - https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
3738 - name : Validate Composer
7677 uses : actions/checkout@v4
7778 - name : Install MySQL / GD PHP extensions
7879 run : |
79- apk add $PHPIZE_DEPS icu-libs icu-dev libpng-dev
80+ apk add $PHPIZE_DEPS icu-libs icu-dev libpng-dev libzip-dev
8081 docker-php-ext-configure intl
8182 docker-php-ext-configure gd
83+ docker-php-ext-configure zip --with-libzip
8284 docker-php-ext-install pdo pdo_mysql intl gd zip
8385 - name : Install Composer
8486 run : wget -qO - https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
You can’t perform that action at this time.
0 commit comments