Skip to content

Commit

Permalink
add repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Sep 23, 2024
1 parent 311e04e commit 005d009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
apt-get update -qq
apt-get install -qqy curl gnupg2 python3 ca-certificates libgdiplus libicu66 --no-install-recommends
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
add-apt-repository "$(wget -qO- https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-preview.list)"
apt-get update
apt-get update
apt-get install mssql-tools18 unixodbc-dev
curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list | tee /etc/apt/sources.list.d/mssql-release.list
Expand Down

0 comments on commit 005d009

Please sign in to comment.