We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7fdd0 commit e08caecCopy full SHA for e08caec
1 file changed
Dockerfile
@@ -5,3 +5,5 @@ RUN apt-get update && apt-get install -y \
5
libreoffice \
6
--no-install-recommends \
7
&& rm -rf /var/lib/apt/lists/*
8
+RUN pecl install imagick-3.4.4
9
+RUN docker-php-ext-enable imagick
0 commit comments