fix: change libldap-2.5 to libldap2 in docker (#5946)
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend Tests (push) Waiting to run
Docker Nightly Production / Build Package (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Build Containers / publish (push) Waiting to run
Release Drafter / ✏️ Draft release (push) Waiting to run

This commit is contained in:
Denis Danilov 2025-08-14 00:57:28 +03:00 committed by GitHub
commit 51ca65e3c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@ RUN apt-get update \
gosu \ gosu \
iproute2 \ iproute2 \
libldap-common \ libldap-common \
libldap-2.5 \ libldap2 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# create directory used for Docker Secrets # create directory used for Docker Secrets