mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
add required build dependencies to pip stage
This commit is contained in:
parent
cffff202f0
commit
bd6e42492c
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue