Skip to content

Commit d376528

Browse files
author
Kevin Buchholz
committed
remove imagick
1 parent f3a9c0e commit d376528

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ RUN apk info \
2424
nginx \
2525
zlib-dev \
2626
icu-dev \
27-
imagemagick \
28-
imagemagick-dev \
2927
libzip-dev \
3028
libjpeg-turbo-dev \
3129
libpng-dev \
@@ -42,11 +40,6 @@ RUN apk info \
4240
mysql-client \
4341
mariadb-connector-c \
4442
yarn@edge \
45-
&& git clone https://github.com/Imagick/imagick \
46-
&& cd imagick \
47-
&& git checkout master && git pull \
48-
&& phpize && ./configure && make && make install \
49-
&& cd .. && rm -Rf imagick \
5043
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
5144
&& docker-php-ext-install -j$(nproc) \
5245
gd \
@@ -62,7 +55,6 @@ RUN apk info \
6255
redis \
6356
&& docker-php-ext-enable \
6457
redis \
65-
imagick \
6658
&& apk del .build-deps \
6759
&& rm -rf /tmp/* /var/cache/apk/*
6860

0 commit comments

Comments
 (0)