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

Commit

Permalink
libsasl2-dev is also needed to build python-ldap
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berteaud committed Aug 26, 2021
1 parent ec850e2 commit 32a06bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN apt-get update \
libpq-dev \
libqpdf-dev \
libldap2-dev \
libsasl2-dev \
&& python3 -m pip install --upgrade --no-cache-dir supervisor \
&& python3 -m pip install --no-cache-dir -r ../requirements.txt \
&& apt-get -y purge build-essential libqpdf-dev \
Expand Down
1 change: 1 addition & 0 deletions ansible/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- python3-setuptools
- python3-wheel
- libldap2-dev
- libsasl2-dev

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

0 comments on commit 32a06bb

Please sign in to comment.