Skip to content

Commit

Permalink
fix(8.3): remove imagick until issue 640 is resolved (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalscher authored Feb 22, 2024
1 parent a535761 commit e76db6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
11 changes: 3 additions & 8 deletions 8.3/alpine/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,10 @@ RUN apk add --update --no-cache libzip-dev \
RUN apk add --update --no-cache exiftool \
&& docker-php-ext-install exif

# imagick
RUN apk add --update --no-cache build-base autoconf imagemagick imagemagick-dev \
&& pecl install imagick \
&& docker-php-ext-enable imagick

#RUN apk add --update --no-cache autoconf g++ imagemagick-dev libtool make pcre-dev \
# imagick https://github.com/Imagick/imagick/issues/640
# RUN apk add --update --no-cache build-base autoconf imagemagick imagemagick-dev \
# && pecl install imagick \
# && docker-php-ext-enable imagick \
# && apk del autoconf g++ libtool make pcre-dev
# && docker-php-ext-enable imagick

# intl
RUN apk add --update --no-cache icu-dev \
Expand Down
11 changes: 3 additions & 8 deletions 8.3/alpine/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,10 @@ RUN apk add --update --no-cache libzip-dev \
RUN apk add --update --no-cache exiftool \
&& docker-php-ext-install exif

# imagick
RUN apk add --update --no-cache build-base autoconf imagemagick imagemagick-dev \
&& pecl install imagick \
&& docker-php-ext-enable imagick

#RUN apk add --update --no-cache autoconf g++ imagemagick-dev libtool make pcre-dev \
# imagick https://github.com/Imagick/imagick/issues/640
# RUN apk add --update --no-cache build-base autoconf imagemagick imagemagick-dev \
# && pecl install imagick \
# && docker-php-ext-enable imagick \
# && apk del autoconf g++ libtool make pcre-dev
# && docker-php-ext-enable imagick

# intl
RUN apk add --update --no-cache icu-dev \
Expand Down

0 comments on commit e76db6a

Please sign in to comment.