mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:34:04 +00:00
Try installing pdo_sqlsrv
This commit is contained in:
parent
e297cbd93c
commit
5fae435370
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ RUN apt-get install -y --no-install-recommends libfreetype6-dev libjpeg62-turbo-
|
|||
# install php extensions
|
||||
RUN docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
|
||||
# && if [ "${PHP_VERSION}" = "7.4" ]; then docker-php-ext-configure gd --with-freetype --with-jpeg; else docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/; fi \
|
||||
&& docker-php-ext-install -j$(nproc) gd pdo pdo_mysql pdo_pgsql pdo_sqlite pgsql zip gmp bcmath pcntl ldap sysvmsg exif \
|
||||
&& docker-php-ext-install -j$(nproc) gd pdo sqlsrv pdo_sqlsrv pdo_mysql pdo_pgsql pdo_sqlite pgsql zip gmp bcmath pcntl ldap sysvmsg exif \
|
||||
# install the redis php extension
|
||||
&& pecl install redis-5.3.2 \
|
||||
&& docker-php-ext-enable redis \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue