Skip to content

Commit

Permalink
séparation du build de l'ext imagick
Browse files Browse the repository at this point in the history
rate dans la CI alors que ok sur ma machine.
  • Loading branch information
SebSept committed Jun 4, 2024
1 parent ccd32a5 commit c15457b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ ADD --chmod=755 \
# json, mbstring (bundled)
# opcache, apcu required for internal php/symfony performance
# imagick for image manipulation, @see https://github.com/liip/LiipImagineBundle
RUN install-php-extensions intl pdo_pgsql opcache apcu imagick
RUN install-php-extensions intl pdo_pgsql opcache apcu
RUN install-php-extensions imagick

# dev extensions
# To start xdebug for a interactive cli use this :
Expand Down

0 comments on commit c15457b

Please sign in to comment.