add intl to build set to satisfy filament

This commit is contained in:
hackerESQ
2026-03-15 18:24:40 -05:00
parent 23a9b84659
commit 0b9f7d5254
+1 -1
View File
@@ -27,7 +27,7 @@ RUN apt-get update && apt-get upgrade -y \
# Install PHP extensions
RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) gd zip
&& docker-php-ext-install -j$(nproc) gd zip intl
# Copy application files
COPY . .