mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 21:33:11 +00:00
fix(build): missing libs (#5254)
This commit is contained in:
parent
32e598df2b
commit
001d636a08
@ -1,5 +1,15 @@
|
|||||||
FROM python:3.9.9 as base
|
FROM python:3.9.9 as base
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
jq \
|
||||||
|
librdkafka-dev \
|
||||||
|
python3-ldap \
|
||||||
|
libldap2-dev \
|
||||||
|
libsasl2-dev \
|
||||||
|
libsasl2-modules \
|
||||||
|
ldap-utils \
|
||||||
|
&& python -m pip install --upgrade pip wheel setuptools==57.5.0
|
||||||
|
|
||||||
COPY ./base-requirements.txt requirements.txt
|
COPY ./base-requirements.txt requirements.txt
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
Loading…
x
Reference in New Issue
Block a user