Skip to content

Commit 5f6ac86

Browse files
author
xhlulu
committed
Add apt-packages, modify predeploy
Former-commit-id: a7c6fae
1 parent a8845e6 commit 5f6ac86

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
unixodbc
2+
unixodbc-dev
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
curl https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/m/msodbcsql17/msodbcsql17_17.3.1.1-1_amd64.deb --output msodbcsql17_17.3.1.1-1_amd64.deb
22

3-
ACCEPT_EULA=Y dpkg -i msodbcsql17_17.3.1.1-1_amd64.deb
3+
ACCEPT_EULA=Y dpkg -i msodbcsql17_17.3.1.1-1_amd64.deb
4+
5+
if [ -f "predeploy.py" ]; then
6+
python predeploy.py
7+
fi

0 commit comments

Comments
 (0)