feat(ingest): add ODBC library and tools to base image (#9701)

This commit is contained in:
Davi Arnaut 2024-01-23 22:34:18 -08:00 committed by GitHub
parent 264278861b
commit f627fc459d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/*