Skip to content

Commit 8185614

Browse files
author
tchapi
committed
chore
1 parent 2910781 commit 8185614

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
apk add $PHPIZE_DEPS icu-libs icu-dev libpng-dev
8080
docker-php-ext-configure intl
8181
docker-php-ext-configure gd
82-
docker-php-ext-install pdo pdo_mysql intl gd
82+
docker-php-ext-install pdo pdo_mysql intl gd zip
8383
- name: Install Composer
8484
run: wget -qO - https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
8585
- name: Install dependencies with Composer

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"ext-ctype": "*",
99
"ext-gd": "*",
1010
"ext-iconv": "*",
11+
"ext-zip": "*",
1112
"composer-runtime-api": "^2",
1213
"dantsu/php-osm-static-api": "^0.6.4",
1314
"doctrine/doctrine-bundle": "^2.15.1",

composer.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ RUN apk --update --virtual build-deps-ldap add --no-cache openldap-dev \
5656
&& apk del build-deps-ldap \
5757
&& rm -rf /tmp/*
5858

59-
# IMAP auth support
60-
RUN apk --update --virtual build-deps-imap add --no-cache imap-dev openssl-dev krb5-dev \
61-
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
62-
&& docker-php-ext-install imap \
63-
&& apk del build-deps-imap \
64-
&& rm -rf /tmp/*
65-
6659
# OPCache
6760
RUN docker-php-ext-install opcache
6861
COPY ./docker/configurations/opcache.ini /usr/local/etc/php/conf.d/opcache.ini

0 commit comments

Comments
 (0)