From 74902c0fc7a04e233471fb938ada5659b87669ca Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Fri, 25 Sep 2026 10:22:08 -0400 Subject: [PATCH] adding intl --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3a72746..ab933f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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