Skip to content

Commit

Permalink
Test imagick
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 committed Apr 25, 2024
1 parent 5b4ac1e commit fa5f07c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions alpine/3.19/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ ARG PHP_RUN_DEPS="\
libxslt \
libzip"


ARG PHP_BUILD_DEPS="\
autoconf \
bzip2-dev \
Expand All @@ -44,7 +43,8 @@ ARG PHP_BUILD_DEPS="\
libxml2-dev \
libxpm-dev \
libzip-dev \
postgresql-dev"
postgresql-dev \
imagemagick-dev"

ARG PHP_EXTENSIONS="\
bcmath \
Expand All @@ -65,7 +65,8 @@ ARG PHP_EXTENSIONS="\

ARG PHP_PECL_EXTENSIONS="\
apcu \
redis"
redis \
imagick"

ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
Expand Down

0 comments on commit fa5f07c

Please sign in to comment.