Unable to install php7-pecl-imagick=3.4.4-r7 with alpine:20210212
Hi, I am using the edge
docker image (20210212 at this time) and cannot install the php7-pecl-imagick=3.4.4-r7
package. It reports the following error:
$ docker run --rm -it library/alpine:20210212
# apk update
fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
v20210212-1342-g2a719c4765 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
v20210212-1342-g2a719c4765 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
OK: 14157 distinct packages available
# apk add php7-pecl-imagick=3.4.4-r7
ERROR: unable to select packages:
so:libMagickCore-7.Q16HDRI.so.8 (no such package):
required by: php7-pecl-imagick-3.4.4-r7[so:libMagickCore-7.Q16HDRI.so.8]
so:libMagickWand-7.Q16HDRI.so.8 (no such package):
required by: php7-pecl-imagick-3.4.4-r7[so:libMagickWand-7.Q16HDRI.so.8]
Can anybody shed some light on what happens here and how to circumvent this? I cannot reproduce this issue when i use the latest
docker image (3.13.2 at this time).