Skip to content

Commit

Permalink
Fixed MSSQL deps
Browse files Browse the repository at this point in the history
  • Loading branch information
altvod committed Nov 9, 2023
1 parent dc5f57b commit b4922da
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
set -eu
export DEBIAN_FRONTEND=noninteractive

apt-get install --yes \
libpq-dev \
clickhouse-client
apt-get install --yes --fix-missing \
# For MSSQL
freetds-dev tdsodbc unixodbc unixodbc-dev libtcmalloc-minimal4

0 comments on commit b4922da

Please sign in to comment.