Add apt update to intl intall

Fixes #847
This commit is contained in:
Winfried 2017-04-23 21:29:18 +02:00
parent 24d70ad1e3
commit 49f245b37a

View File

@ -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 \