Skip to content

Commit 8f952b9

Browse files
authored
Add imagick extension to Dockerfile
1 parent c1ee467 commit 8f952b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.docker/app/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ENV LC_ALL=en_US.UTF-8
1717
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
1818
RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
1919
&& install-php-extensions \
20-
bz2
20+
bz2 \
21+
imagick
2122

2223
COPY config/php.ini /usr/local/etc/php/conf.d/

0 commit comments

Comments
 (0)