1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-06 05:55:23 +02:00

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 \ gosu \
iproute2 \ iproute2 \
libldap-common \ libldap-common \
libldap-2.5 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# copying poetry and venv into image # copying poetry and venv into image