We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7b359 commit 2f1618dCopy full SHA for 2f1618d
2 files changed
Dockerfiles/mods/Dockerfile-5.4
@@ -226,7 +226,7 @@ RUN set -eux \
226
# Installation: Version specific
227
# Type: PECL extension
228
# Default: Pecl command
229
- && pecl install imagick \
+ && pecl install imagick-3.7.0 \
230
# Enabling
231
&& docker-php-ext-enable imagick \
232
# Generic post-command
Dockerfiles/mods/Dockerfile-5.5
@@ -227,7 +227,7 @@ RUN set -eux \
233
0 commit comments