Skip to content

Commit

Permalink
Install imagick from master for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Feb 2, 2024
1 parent 8be3750 commit 8e4ba74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ RUN set -xe; \
pecl install >/dev/null </dev/null \
apcu \
gnupg \
# imagick does not install on Debian 12 / PHP 8.3
#imagick \
# imagick has to be install from master for PHP 8.3
imagick-master \
memcached \
redis \
ssh2 \
Expand All @@ -196,8 +196,7 @@ RUN set -xe; \
docker-php-ext-enable \
apcu \
gnupg \
# imagick does not install on Debian 12 / PHP 8.3
#imagick \
imagick \
memcached \
redis \
ssh2 \
Expand Down
2 changes: 2 additions & 0 deletions 8.3/tests/php-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ gettext
gnupg
hash
iconv
imagick
imap
intl
json
Expand Down Expand Up @@ -88,6 +89,7 @@ gettext
gnupg
hash
iconv
imagick
imap
intl
json
Expand Down

0 comments on commit 8e4ba74

Please sign in to comment.