Skip to content

Commit

Permalink
Merge pull request #1 from adamzwakk/add-unixodbc
Browse files Browse the repository at this point in the history
Added unixodbc to dockerfile
  • Loading branch information
adamzwakk authored Nov 28, 2021
2 parents df472eb + 10acf04 commit e6afe73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN apt-get update && \
# Postgres client
libpq-dev \
# ODBC support:
g++ unixodbc-dev \
g++ unixodbc-dev unixodbc \
# for SAML
xmlsec1 \
# Additional packages required for data sources:
Expand Down

0 comments on commit e6afe73

Please sign in to comment.