We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a41b0 commit 6b52e3eCopy full SHA for 6b52e3e
Dockerfile
@@ -37,8 +37,7 @@ RUN phpModules=" \
37
zip \
38
" \
39
&& docker-php-ext-install $phpModules
40
-RUN phpModules="Imagick/imagick@65e27f2bc0"
41
- && docker-php-ext-install $phpModules
+RUN phpModules="Imagick/imagick@65e27f2bc0" && docker-php-ext-install $phpModules
42
RUN pecl install igbinary
43
# && pecl install imagick \
44
# && docker-php-ext-enable imagick
0 commit comments