Skip to content

Commit

Permalink
Keep sqlsrv packages PHP 7.2 compatible (TheSoftwareHouse#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmahoney authored Feb 8, 2021
1 parent 2246493 commit ca53030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN apt-get install -y curl gnupg2 apt-transport-https && \

RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-configure pdo_dblib --with-libdir=/lib/x86_64-linux-gnu \
&& pecl install sqlsrv \
&& pecl install pdo_sqlsrv \
&& pecl install sqlsrv-5.8.1 \
&& pecl install pdo_sqlsrv-5.8.1 \
&& docker-php-ext-install \
iconv \
mbstring \
Expand Down

0 comments on commit ca53030

Please sign in to comment.