Skip to content

Commit a18c446

Browse files
committed
Don't install imagemagick
1 parent e08caec commit a18c446

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
FROM quay.io/wavesoftware/php7
22
RUN apt-get update && apt-get install -y \
3-
imagemagick \
43
ffmpeg \
54
libreoffice \
65
--no-install-recommends \
76
&& rm -rf /var/lib/apt/lists/*
8-
RUN pecl install imagick-3.4.4
9-
RUN docker-php-ext-enable imagick

0 commit comments

Comments
 (0)