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

Commit 259d2bf

Browse files
aptalcathelamer
authored andcommitted
Add php7-pecl-imagick
1 parent 7e1f0fd commit 259d2bf

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ RUN \
5656
php7-pdo_pgsql \
5757
php7-pdo_sqlite \
5858
php7-pear \
59+
php7-pecl-imagick \
5960
php7-pecl-redis \
6061
php7-pgsql \
6162
php7-phar \

Dockerfile.aarch64

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ RUN \
5656
php7-pdo_pgsql \
5757
php7-pdo_sqlite \
5858
php7-pear \
59+
php7-pecl-imagick \
5960
php7-pecl-redis \
6061
php7-pgsql \
6162
php7-phar \

Dockerfile.armhf

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ RUN \
5656
php7-pdo_pgsql \
5757
php7-pdo_sqlite \
5858
php7-pear \
59+
php7-pecl-imagick \
5960
php7-pecl-redis \
6061
php7-pgsql \
6162
php7-phar \

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
267267

268268
## Versions
269269

270+
* **24.10.19:** - Add php7-pecl-imagick.
270271
* **23.10.19:** - Update Host header in `proxy.conf` to fix CSRF issues.
271272
* **12.10.19:** - Add linode dns validation plugin.
272273
* **23.09.19:** - Move GeoIP2 db to /config to make it persistent.

readme-vars.yml

+1
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: "24.10.19:", desc: "Add php7-pecl-imagick." }
129130
- { date: "23.10.19:", desc: "Update Host header in `proxy.conf` to fix CSRF issues." }
130131
- { date: "12.10.19:", desc: "Add linode dns validation plugin." }
131132
- { date: "23.09.19:", desc: "Move GeoIP2 db to /config to make it persistent." }

0 commit comments

Comments
 (0)