1
0
mirror of https://github.com/wallabag/docker synced 2025-12-21 05:31:50 +00:00

Support for gif.

Add imagick extension to support gif.
This commit is contained in:
Chen BingXin
2023-09-09 10:05:42 +08:00
committed by GitHub
parent b340aaee0a
commit 75d1b96cc8

View File

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