mirror of
https://github.com/wallabag/docker
synced 2025-12-13 09:46:27 +00:00
Merge pull request #378 from wallabag/impr/imagick
Use php81-pecl-imagick from default repository
This commit is contained in:
@@ -34,6 +34,7 @@ RUN set -ex \
|
|||||||
php81-mbstring \
|
php81-mbstring \
|
||||||
php81-openssl \
|
php81-openssl \
|
||||||
php81-pecl-amqp \
|
php81-pecl-amqp \
|
||||||
|
php81-pecl-imagick \
|
||||||
php81-pdo_mysql \
|
php81-pdo_mysql \
|
||||||
php81-pdo_pgsql \
|
php81-pdo_pgsql \
|
||||||
php81-pdo_sqlite \
|
php81-pdo_sqlite \
|
||||||
@@ -54,7 +55,6 @@ 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/* \
|
||||||
|
|||||||
Reference in New Issue
Block a user