Add intl extension to dockerfile

This commit is contained in:
Krzysztof Płaczek
2024-11-17 17:56:29 +01:00
parent 50305d5b5d
commit 11284e59ea

View File

@@ -5,9 +5,10 @@ WORKDIR /usr/src/app
RUN apt-get update && apt-get install -y \
git \
unzip \
libicu-dev \
libzip-dev
RUN docker-php-ext-install zip
RUN docker-php-ext-install zip intl
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer