File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ RUN apk add --no-cache --update git \
1212 mysql-client \
1313 patch \
1414 rsync \
15- libpng libpng-dev \
16- && docker-php-ext-install gd pdo pdo_mysql \
15+ libpng libpng-dev libzip-dev \
16+ && docker-php-ext-install gd pdo pdo_mysql zip \
1717 && apk del libpng-dev \
1818 && rm -rf /var/cache/apk/* \
1919 && curl -L -o /usr/local/bin/composer https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar \
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ A few modifications:
66
77- added composer v2.5.x
88- installed several packages, e.g. git and mysql-client
9- - added php extensions - gd, pdo_mysql
9+ - added php extensions - gd, pdo_mysql, zip
1010
1111Published in GHCR - https://github.com/morpht/ci-php/pkgs/container/ci-php
You can’t perform that action at this time.
0 commit comments