Add libldap dependency (#679)
This commit is contained in:
committed by
GitHub
parent
0b788910bc
commit
2331cb3c9b
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user