Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 32a06bb

Browse files
author
Daniel Berteaud
committed
libsasl2-dev is also needed to build python-ldap
1 parent ec850e2 commit 32a06bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ RUN apt-get update \
6464
libpq-dev \
6565
libqpdf-dev \
6666
libldap2-dev \
67+
libsasl2-dev \
6768
&& python3 -m pip install --upgrade --no-cache-dir supervisor \
6869
&& python3 -m pip install --no-cache-dir -r ../requirements.txt \
6970
&& apt-get -y purge build-essential libqpdf-dev \

ansible/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
- python3-setuptools
3535
- python3-wheel
3636
- libldap2-dev
37+
- libsasl2-dev
3738

3839
# upstream virtualenv in Ubuntu 20.04 is broken
3940
# https://github.com/pypa/virtualenv/issues/1873

0 commit comments

Comments
 (0)