Skip to content

Commit

Permalink
Install Imagick from specific commit hash on PHP8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Toño de Pedro committed Aug 26, 2024
1 parent 511731b commit bfcce9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions php8/Dockerfile-8-3-fpm
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ RUN docker-php-ext-install -j$(nproc) pdo_mysql mbstring opcache zip curl soap b
RUN pecl install apcu igbinary \
&& docker-php-ext-enable apcu igbinary

# imagemagick as PHP extension
RUN apt-get install -y libmagickwand-dev --no-install-recommends \
&& pecl install imagick \
&& echo "extension=imagick.so" > /usr/local/etc/php/conf.d/ext-imagick.ini
# Imagemagick as PHP extension
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions imagick/imagick@28f27044e435a2b203e32675e942eb8de620ee58

# Install ldap
RUN \
Expand Down

0 comments on commit bfcce9c

Please sign in to comment.