Add libldap dependency (#679)

This commit is contained in:
Jonathan Rietveld
2024-01-06 02:56:24 +01:00
committed by GitHub
parent 0b788910bc
commit 2331cb3c9b
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ ARG CLIENT_REF
# rights for management script
RUN --mount=type=cache,target=/root/.cache \
set -ex \
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers git \
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers git libldap \
postgresql-dev mariadb-dev mariadb-connector-c python3-dev libffi-dev openldap-dev cargo rust \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc pcre-dev tzdata \
python3 py3-pip postgresql-client mysql-client py3-mysqlclient \