We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54338d4 commit 4e87d81Copy full SHA for 4e87d81
2 files changed
src/alpine-php-mssql/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"name": "alpine-php-mssql",
3
"id": "alpine-php-mssql",
4
- "version": "0.0.7",
+ "version": "0.0.8",
5
"description": "Installs mssql driver for php on alpine",
6
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-mssql"
7
}
src/alpine-php-mssql/install.sh
@@ -4,7 +4,7 @@ set -e
echo "Activating feature 'alpine-php-mssql'"
-apk --no-cache add curl
+apk --no-cache add curl autoconf
8
9
# Download the desired package(s)
10
curl -O https://download.microsoft.com/download/9dcab408-e0d4-4571-a81a-5a0951e3445f/msodbcsql18_18.6.1.1-1_amd64.apk
0 commit comments