Skip to content

Commit

Permalink
Added zip extension. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
marji authored Jun 9, 2023
1 parent 73de643 commit a36618c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apk add --no-cache --update git \
mysql-client \
patch \
rsync \
libpng libpng-dev \
&& docker-php-ext-install gd pdo pdo_mysql \
libpng libpng-dev libzip-dev \
&& docker-php-ext-install gd pdo pdo_mysql zip \
&& apk del libpng-dev \
&& rm -rf /var/cache/apk/* \
&& curl -L -o /usr/local/bin/composer https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ A few modifications:

- added composer v2.5.x
- installed several packages, e.g. git and mysql-client
- added php extensions - gd, pdo_mysql
- added php extensions - gd, pdo_mysql, zip

Published in GHCR - https://github.com/morpht/ci-php/pkgs/container/ci-php

0 comments on commit a36618c

Please sign in to comment.