Merge pull request #883 from laradock/843-sqlsrv-php71

Add sqlsrv to php-fpm php71
This commit is contained in:
Winfried
2017-05-02 15:29:45 +02:00
committed by GitHub
2 changed files with 83 additions and 3 deletions

View File

@ -292,8 +292,8 @@ RUN if [ ${MSSQL} = 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++ && \
apt-get -y update && \
apt-get install -y zlib1g-dev libicu-dev g++ && \
docker-php-ext-configure intl && \
docker-php-ext-install intl \
;fi