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

Commit ef009dc

Browse files
author
Daniel Berteaud
committed
Add libldap2-dev to Docker and ansible
1 parent e805b12 commit ef009dc

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
@@ -63,6 +63,7 @@ RUN apt-get update \
6363
build-essential \
6464
libpq-dev \
6565
libqpdf-dev \
66+
libldap2-dev \
6667
&& python3 -m pip install --upgrade --no-cache-dir supervisor \
6768
&& python3 -m pip install --no-cache-dir -r ../requirements.txt \
6869
&& 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
@@ -33,6 +33,7 @@
3333
- build-essential
3434
- python3-setuptools
3535
- python3-wheel
36+
- libldap2-dev
3637

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

0 commit comments

Comments
 (0)