Skip to content

Commit

Permalink
feat(ingest): add ODBC library and tools to base image (#9701)
Browse files Browse the repository at this point in the history
  • Loading branch information
darnaut authored Jan 24, 2024
1 parent 2642788 commit f627fc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/datahub-ingestion-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ RUN apt-get update && apt-get install -y -qq \
zip \
unzip \
ldap-utils \
unixodbc \
libodbc2 \
&& python -m pip install --no-cache --upgrade pip wheel setuptools \
&& rm -rf /var/lib/apt/lists/* /var/cache/apk/*

Expand Down

0 comments on commit f627fc4

Please sign in to comment.