Commit f6f89fca authored by Mike Erickson's avatar Mike Erickson Committed by GitHub

Merge pull request #857 from winfried-van-loon/847-fix-intl-php-fpm

Add apt update to intl install
parents c9798782 49f245b3
......@@ -212,6 +212,7 @@ RUN if [ ${INSTALL_TOKENIZER} = true ]; then \
ARG INSTALL_INTL=false
RUN if [ ${INSTALL_INTL} = true ]; then \
# Install intl and requirements
apt-get -y update && \
apt-get install -y zlib1g-dev libicu-dev g++ && \
docker-php-ext-configure intl && \
docker-php-ext-install intl \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment