FROM php:8.4-cli RUN apt-get update && apt-get install -y libicu-dev && docker-php-ext-install intl WORKDIR /app