Skip to content

Commit

Permalink
Remove installing imagick on 8.3 due to bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Feb 15, 2024
1 parent b571490 commit b6b92b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions images/8.3-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
xfonts-base \
zlib1g-dev \
&& pecl install apcu \
&& pecl install imagick \
&& pecl install memcached \
&& pecl install oauth \
&& pecl install redis-6.0.2 \
&& pecl install xdebug-3.3.0alpha3 \
&& docker-php-ext-configure ldap --with-libdir=lib/$(uname -m)-linux-gnu/ \
&& docker-php-ext-enable apcu \
&& docker-php-ext-enable imagick \
&& docker-php-ext-enable memcached \
&& docker-php-ext-enable oauth \
&& docker-php-ext-enable redis \
Expand Down
2 changes: 0 additions & 2 deletions images/8.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
xfonts-base \
zlib1g-dev \
&& pecl install apcu \
&& pecl install imagick \
&& pecl install memcached \
&& pecl install oauth \
&& pecl install redis-6.0.2 \
&& pecl install xdebug-3.3.0alpha3 \
&& docker-php-ext-configure ldap --with-libdir=lib/$(uname -m)-linux-gnu/ \
&& docker-php-ext-enable apcu \
&& docker-php-ext-enable imagick \
&& docker-php-ext-enable memcached \
&& docker-php-ext-enable oauth \
&& docker-php-ext-enable redis \
Expand Down

0 comments on commit b6b92b5

Please sign in to comment.