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

Use php81-pecl-imagick from default repository

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf
2023-09-12 20:01:17 +02:00
parent 5a426ce3fa
commit e7b0f9c7f6

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/* \