mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 01:48:24 +00:00
feat(ingest): add ODBC library and tools to base image (#9701)
This commit is contained in:
parent
264278861b
commit
f627fc459d
@ -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/*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user