File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ RUN apk add --no-cache --update git \
12
12
mysql-client \
13
13
patch \
14
14
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 \
17
17
&& apk del libpng-dev \
18
18
&& rm -rf /var/cache/apk/* \
19
19
&& 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:
6
6
7
7
- added composer v2.5.x
8
8
- installed several packages, e.g. git and mysql-client
9
- - added php extensions - gd, pdo_mysql
9
+ - added php extensions - gd, pdo_mysql, zip
10
10
11
11
Published in GHCR - https://github.com/morpht/ci-php/pkgs/container/ci-php
You can’t perform that action at this time.
0 commit comments