Ensured mssql odbc installation is done as super user

This commit is contained in:
Alejandro Celaya
2020-12-13 12:38:12 +01:00
parent ac85b913c2
commit 7fe7354a27
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
set -ex
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
curl https://packages.microsoft.com/config/ubuntu/20.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
apt-get update
ACCEPT_EULA=Y apt-get install msodbcsql17
apt-get install unixodbc-dev