add libldap-2.5 to runtime dependencies (#2849)

This commit is contained in:
Carter 2023-12-15 11:38:09 -06:00 committed by GitHub
parent bbd8dd6e73
commit 46c1a2f0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,7 @@ RUN apt-get update \
gosu \
iproute2 \
libldap-common \
libldap-2.5 \
&& rm -rf /var/lib/apt/lists/*
# copying poetry and venv into image