Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(8.3): remove imagick until issue 640 is resolved #24

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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