Skip to content

Commit

Permalink
Merge pull request #8 from shyim/add-sqlsrv
Browse files Browse the repository at this point in the history
fix: install mssql extension, fixes #7
  • Loading branch information
shyim authored Dec 20, 2024
2 parents 1f19584 + 89c46d6 commit 3e7354b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ RUN apk add --no-cache \
php-8.3-pdo_mysql \
php-8.3-pdo_sqlite \
php-8.3-pdo_pgsql \
php-8.3-mysqlnd
php-8.3-mysqlnd \
php-8.3-pdo_dblib \
php-8.3-opcache

COPY rootfs /

Expand Down

0 comments on commit 3e7354b

Please sign in to comment.