Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit b4a7c57

Browse files
committed
Add php mods imap and apcu
1 parent c943d13 commit b4a7c57

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ RUN \
5353
php7-ftp \
5454
php7-gd \
5555
php7-iconv \
56+
php7-imap \
5657
php7-intl \
5758
php7-ldap \
5859
php7-mcrypt \
@@ -65,6 +66,7 @@ RUN \
6566
php7-pdo_pgsql \
6667
php7-pdo_sqlite \
6768
php7-pear \
69+
php7-pecl-apcu \
6870
php7-pecl-imagick \
6971
php7-pecl-redis \
7072
php7-pgsql \

Dockerfile.aarch64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ RUN \
5353
php7-ftp \
5454
php7-gd \
5555
php7-iconv \
56+
php7-imap \
5657
php7-intl \
5758
php7-ldap \
5859
php7-mcrypt \
@@ -65,6 +66,7 @@ RUN \
6566
php7-pdo_pgsql \
6667
php7-pdo_sqlite \
6768
php7-pear \
69+
php7-pecl-apcu \
6870
php7-pecl-imagick \
6971
php7-pecl-redis \
7072
php7-pgsql \

Dockerfile.armhf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ RUN \
5353
php7-ftp \
5454
php7-gd \
5555
php7-iconv \
56+
php7-imap \
5657
php7-intl \
5758
php7-ldap \
5859
php7-mcrypt \
@@ -65,6 +66,7 @@ RUN \
6566
php7-pdo_pgsql \
6667
php7-pdo_sqlite \
6768
php7-pear \
69+
php7-pecl-apcu \
6870
php7-pecl-imagick \
6971
php7-pecl-redis \
7072
php7-pgsql \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
283283

284284
## Versions
285285

286+
* **18.12.19:** - Add php7-imap and php7-pecl-apcu.
286287
* **11.12.19:** - Fix Google Cloud DNS to use .json file for authentication.
287288
* **20.11.19:** - Fix cryptography version mismatch due to pip issue.
288289
* **17.11.19:** - Add php7-pdo_odbc.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126

127127
# changelog
128128
changelogs:
129+
- { date: "18.12.19:", desc: "Add php7-imap and php7-pecl-apcu." }
129130
- { date: "11.12.19:", desc: "Fix Google Cloud DNS to use .json file for authentication." }
130131
- { date: "20.11.19:", desc: "Fix cryptography version mismatch due to pip issue." }
131132
- { date: "17.11.19:", desc: "Add php7-pdo_odbc." }

0 commit comments

Comments
 (0)