Add OS libraries for ldaps

This commit is contained in:
Markus Opolka
2023-07-09 12:09:45 +02:00
parent eca133264d
commit 6b109ed5bb
6 changed files with 20 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
netcat-openbsd \
libldap-common \
libsasl2-modules \
; \
\
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \