Skip to content

Commit

Permalink
séparation de l'install des extensions car rate build rate parfois en…
Browse files Browse the repository at this point in the history
… ci.
  • Loading branch information
SebSept committed Jun 5, 2024
1 parent 185b973 commit 8d47c88
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
RUN install-php-extensions intl pdo_pgsql
RUN install-php-extensions opcache apcu
RUN install-php-extensions imagick

# dev extensions
Expand Down

0 comments on commit 8d47c88

Please sign in to comment.