Add libldap dependency (#679)
This commit is contained in:
committed by
GitHub
parent
0b788910bc
commit
2331cb3c9b
@@ -6,7 +6,7 @@ FROM alpine:3.19.0
|
||||
# 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 \
|
||||
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers 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 tzdata \
|
||||
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
|
||||
|
||||
@@ -10,7 +10,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 \
|
||||
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers libldap \
|
||||
postgresql-dev mariadb-dev mariadb-connector-c python3-dev libffi-dev git cargo rust \
|
||||
&& apk add --no-cache --virtual .mailman-rundeps bash sassc tzdata \
|
||||
postgresql-client mysql-client py3-mysqlclient curl mailcap \
|
||||
|
||||
Reference in New Issue
Block a user