We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2246493 commit ca53030Copy full SHA for ca53030
Dockerfile
@@ -34,8 +34,8 @@ RUN apt-get install -y curl gnupg2 apt-transport-https && \
34
35
RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
36
&& docker-php-ext-configure pdo_dblib --with-libdir=/lib/x86_64-linux-gnu \
37
- && pecl install sqlsrv \
38
- && pecl install pdo_sqlsrv \
+ && pecl install sqlsrv-5.8.1 \
+ && pecl install pdo_sqlsrv-5.8.1 \
39
&& docker-php-ext-install \
40
iconv \
41
mbstring \
0 commit comments