1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 01:36:28 +00:00

Merge pull request #378 from wallabag/impr/imagick

Use php81-pecl-imagick from default repository
This commit is contained in:
Jérémy Benoist
2023-09-12 20:56:40 +02:00
committed by GitHub

View File

@@ -34,6 +34,7 @@ RUN set -ex \
php81-mbstring \
php81-openssl \
php81-pecl-amqp \
php81-pecl-imagick \
php81-pdo_mysql \
php81-pdo_pgsql \
php81-pdo_sqlite \
@@ -54,7 +55,6 @@ RUN set -ex \
s6 \
tar \
tzdata \
php81-pecl-imagick --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
&& ln -sf /usr/bin/php81 /usr/bin/php \
&& ln -sf /usr/sbin/php-fpm81 /usr/sbin/php-fpm \
&& rm -rf /var/cache/apk/* \