File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG ANONADDY_VERSION=1.3.3
3+ ARG ANONADDY_VERSION=1.3.5
44ARG ALPINE_VERSION=3.22
55
66FROM crazymax/yasu:latest AS yasu
@@ -13,7 +13,7 @@ RUN apk --no-cache add \
1313 curl \
1414 gnupg \
1515 gpgme \
16- imagemagick \
16+ imagemagick-dev \
1717 libgd \
1818 mysql-client \
1919 nginx \
@@ -35,7 +35,6 @@ RUN apk --no-cache add \
3535 php83-openssl \
3636 php83-pdo \
3737 php83-pdo_mysql \
38- php83-pecl-imagick \
3938 php83-phar \
4039 php83-redis \
4140 php83-session \
@@ -72,6 +71,8 @@ RUN apk --no-cache add \
7271 && echo "extension=gnupg.so" > /etc/php83/conf.d/60_gnupg.ini \
7372 && pecl83 install mailparse \
7473 && echo "extension=mailparse.so" > /etc/php83/conf.d/60_mailparse.ini \
74+ && pecl83 install imagick \
75+ && echo "extension=imagick.so" > /etc/php83/conf.d/50_imagick.ini \
7576 && apk del build-dependencies \
7677 && rm -rf /tmp/* /var/www/*
7778
You can’t perform that action at this time.
0 commit comments