mirror of
https://github.com/wallabag/docker
synced 2025-12-12 17:26:25 +00:00
Support for gif.
Add imagick extension to support gif.
This commit is contained in:
@@ -54,6 +54,7 @@ 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/* \
|
||||
|
||||
Reference in New Issue
Block a user