add required build dependencies to pip stage

This commit is contained in:
Gerrit Gogel 2024-02-19 11:29:04 +01:00
parent cffff202f0
commit bd6e42492c

View file

@ -15,6 +15,8 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \ DEBIAN_FRONTEND=noninteractive apt-get install -y \
python3 \ python3 \
python3-pip \ python3-pip \
libldap2-dev \
libsasl2-dev \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \ RUN pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \