Skip to content

Commit

Permalink
fix apk package names for mssql-tools installation
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Jan 8, 2025
1 parent 4b77644 commit e0c9677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/alpine-php-mssql/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-php-mssql",
"id": "alpine-php-mssql",
"version": "0.0.4",
"version": "0.0.5",
"description": "Installs mssql driver for php on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-mssql"
}
4 changes: 2 additions & 2 deletions src/alpine-php-mssql/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ curl -O https://download.microsoft.com/download/7/6/d/76de322a-d860-4894-9945-f0
curl -O https://download.microsoft.com/download/7/6/d/76de322a-d860-4894-9945-f0cc5d6a45f8/mssql-tools18_18.4.1.1-1_amd64.apk

#Install the package(s)
apk add --allow-untrusted msodbcsql18_18.4.1.1-1_amd.apk
apk add --allow-untrusted mssql-tools18_18.4.1.1-1_amd.apk
apk add --allow-untrusted msodbcsql18_18.4.1.1-1_amd64.apk
apk add --allow-untrusted mssql-tools18_18.4.1.1-1_amd64.apk
# TODO path like this is not updated
PATH="$PATH:/opt/mssql-tools18/bin"

Expand Down

0 comments on commit e0c9677

Please sign in to comment.