Skip to content

Commit

Permalink
bump version to 0.0.3 and update install script to include mssql-tool…
Browse files Browse the repository at this point in the history
…s path
  • Loading branch information
cirolosapio committed Jan 8, 2025
1 parent b64cc2c commit 210d032
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/alpine-php-mssql/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"name": "alpine-php-mssql",
"id": "alpine-php-mssql",
"version": "0.0.2",
"version": "0.0.3",
"description": "Installs mssql driver for php on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-mssql",
"containerEnv": {
"PATH": "${containerEnv:PATH}:/opt/mssql-tools18/bin"
}
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-mssql"
}
2 changes: 2 additions & 0 deletions src/alpine-php-mssql/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ curl -O https://download.microsoft.com/download/3/5/5/355d7943-a338-41a7-858d-53
#Install the package(s)
apk add --allow-untrusted msodbcsql18_18.3.3.1-1_amd64.apk
apk add --allow-untrusted mssql-tools18_18.3.1.1-1_amd64.apk
# TODO path like this is not updated
PATH="$PATH:/opt/mssql-tools18/bin"

# PHP EXTENSIONS
apk --no-cache add unixodbc-dev
Expand Down

0 comments on commit 210d032

Please sign in to comment.