Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MSSQL for Adminer #13847

Merged
merged 1 commit into from
Jan 6, 2023
Merged

Conversation

TimWolla
Copy link
Contributor

@TimWolla TimWolla commented Jan 6, 2023

@github-actions
Copy link

github-actions bot commented Jan 6, 2023

Diff for e7e4dfc:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 0d302d1..180403a 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -4,11 +4,11 @@ GitRepo: https://github.com/TimWolla/docker-adminer.git
 Tags: 4.8.1-fastcgi, 4-fastcgi, fastcgi
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
 GitFetch: refs/heads/debian-packages
-GitCommit: 1f96c6999cb405185c72bd2c35516b5b0551a118
+GitCommit: c9c54b18f79a66409a3153a94f629ea68f08647c
 Directory: 4/fastcgi
 
 Tags: 4.8.1-standalone, 4-standalone, standalone, 4.8.1, 4, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
 GitFetch: refs/heads/debian-packages
-GitCommit: 1f96c6999cb405185c72bd2c35516b5b0551a118
+GitCommit: c9c54b18f79a66409a3153a94f629ea68f08647c
 Directory: 4
diff --git a/adminer_fastcgi/Dockerfile b/adminer_fastcgi/Dockerfile
index e53bf1b..fb72652 100644
--- a/adminer_fastcgi/Dockerfile
+++ b/adminer_fastcgi/Dockerfile
@@ -11,6 +11,7 @@ RUN	export DEBIAN_FRONTEND="noninteractive" \
 		php7.4-mbstring \
 		php7.4-mysql \
 		php7.4-odbc \
+		php7.4-pdo-dblib \
 		php7.4-pgsql \
 		php7.4-sqlite3 \
 &&	rm -rf /var/lib/apt/lists/*
diff --git a/adminer_latest/Dockerfile b/adminer_latest/Dockerfile
index 2c41669..0d52792 100644
--- a/adminer_latest/Dockerfile
+++ b/adminer_latest/Dockerfile
@@ -11,6 +11,7 @@ RUN	export DEBIAN_FRONTEND="noninteractive" \
 		php7.4-mbstring \
 		php7.4-mysql \
 		php7.4-odbc \
+		php7.4-pdo-dblib \
 		php7.4-pgsql \
 		php7.4-sqlite3 \
 &&	rm -rf /var/lib/apt/lists/*

Relevant Maintainers:

@yosifkit yosifkit merged commit 898c32a into docker-library:master Jan 6, 2023
@TimWolla TimWolla deleted the adminer-mssql branch January 6, 2023 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None of the supported PHP extensions (SQLSRV, MSSQL, PDO_DBLIB) are available.
2 participants