pwc-india's picture
Update packages.txt
b79e3a1 verified
raw
history blame
378 Bytes
apt-get install -y curl apt-transport-https unixodbc-dev
# Download and install the Microsoft SQL Server ODBC driver
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
curl https://packages.microsoft.com/config/debian/$(lsb_release -rs)/prod.list | tee /etc/apt/sources.list.d/mssql-release.list
apt-get update
ACCEPT_EULA=Y apt-get install -y msodbcsql17