adding intl
Sync GitHub / sync (push) Successful in 9s
PHP Test / test (push) Successful in 1m11s
Tests / test (push) Successful in 1m11s
Docker Publish / docker (push) Successful in 17m19s
Push Develop / docker (push) Successful in 17m19s

This commit is contained in:
2026-09-25 10:22:08 -04:00
parent bd2f5cbac3
commit 74902c0fc7
+1
View File
@@ -71,6 +71,7 @@ FROM dunglas/frankenphp:1-php8.5-trixie AS app
RUN apt-get update \
&& apt-get install -y --no-install-recommends curl \
&& install-php-extensions apcu \
&& install-php-extensions intl \
&& rm -rf /var/lib/apt/lists/*
# PHP configuration. The packaged production baseline is copied in first