Skip to content

Commit ee29b17

Browse files
committed
1 parent 19255b2 commit ee29b17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

root/tmp/setup/sqlsrv-extension.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ apt-get install -y --no-install-recommends apt-transport-https \
2424
# Install Microsoft dependencies for sqlsrv
2525
echo "Downloading sqlsrv files"
2626
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
27-
# TODO, bookworm should be 12, but the msodbcsql17 package is not available yet, hence using buster (10) one.
27+
# TODO, bookworm should be 12, but the msodbcsql17 package is not available yet, hence using bullseye (11) one.
28+
# (see https://learn.microsoft.com/en-us/answers/questions/1328834/debian-12-public-key-is-not-available)
2829
curl https://packages.microsoft.com/config/debian/10/prod.list -o /etc/apt/sources.list.d/mssql-release.list
2930
apt-get update
3031

0 commit comments

Comments
 (0)