We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08caec commit a18c446Copy full SHA for a18c446
Dockerfile
@@ -1,9 +1,6 @@
1
FROM quay.io/wavesoftware/php7
2
RUN apt-get update && apt-get install -y \
3
- imagemagick \
4
ffmpeg \
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