add python3-ldap

This commit is contained in:
Gerrit Gogel 2023-10-18 15:35:46 +02:00
parent 9affb7aaed
commit 4bd6b4c2d4

View file

@ -30,6 +30,7 @@ python3-jinja2 \
python3-sqlalchemy \
python3-pycryptodome \
python3-lxml \
python3-ldap \
&& rm -rf /var/lib/apt/lists/*
RUN cp -r /usr/lib/python3/dist-packages/Cryptodome /usr/lib/python3/dist-packages/Crypto