Skip to content

Commit f6f89fc

Browse files
authored
Merge pull request laradock#857 from winfried-van-loon/847-fix-intl-php-fpm
Add apt update to intl install
2 parents c979878 + 49f245b commit f6f89fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

php-fpm/Dockerfile-71

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ RUN if [ ${INSTALL_TOKENIZER} = true ]; then \
212212
ARG INSTALL_INTL=false
213213
RUN if [ ${INSTALL_INTL} = true ]; then \
214214
# Install intl and requirements
215+
apt-get -y update && \
215216
apt-get install -y zlib1g-dev libicu-dev g++ && \
216217
docker-php-ext-configure intl && \
217218
docker-php-ext-install intl \

0 commit comments

Comments
 (0)