Skip to content

Commit 4e87d81

Browse files
committed
update alpine-php-mssql: add autoconf dependency
1 parent 54338d4 commit 4e87d81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alpine-php-mssql",
33
"id": "alpine-php-mssql",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"description": "Installs mssql driver for php on alpine",
66
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-mssql"
77
}

src/alpine-php-mssql/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
echo "Activating feature 'alpine-php-mssql'"
66

7-
apk --no-cache add curl
7+
apk --no-cache add curl autoconf
88

99
# Download the desired package(s)
1010
curl -O https://download.microsoft.com/download/9dcab408-e0d4-4571-a81a-5a0951e3445f/msodbcsql18_18.6.1.1-1_amd64.apk

0 commit comments

Comments
 (0)