We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ee467 commit 8f952b9Copy full SHA for 8f952b9
.docker/app/Dockerfile
@@ -17,6 +17,7 @@ ENV LC_ALL=en_US.UTF-8
17
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
18
RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
19
&& install-php-extensions \
20
- bz2
+ bz2 \
21
+ imagick
22
23
COPY config/php.ini /usr/local/etc/php/conf.d/
0 commit comments