Add libldap as a runtime dep

This commit is contained in:
thespad 2024-07-14 19:51:01 +01:00
parent 3279450f55
commit eaa0d01974
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ RUN \
zlib-dev && \
echo "**** install runtime packages ****" && \
apk add --no-cache --upgrade \
libldap \
postgresql-client \
python3 \
tiff \

View File

@ -25,6 +25,7 @@ RUN \
zlib-dev && \
echo "**** install runtime packages ****" && \
apk add --no-cache --upgrade \
libldap \
postgresql-client \
python3 \
tiff \