rip out ldap

This commit is contained in:
Sebastian Hugentobler 2021-08-23 15:20:57 +02:00
parent bc0b3eaf79
commit 5a2efbec22
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
16 changed files with 71 additions and 54 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.12 as builder
FROM alpine:3.14 as builder
RUN apk add --no-cache \
g++ \
@ -18,7 +18,7 @@ COPY --from=builder /tmp/spamass-milter/spamass-milter /bin/spamass-milter
RUN apk add --no-cache \
postfix \
postfix-ldap \
postfix-pgsql \
openssl \
spamassassin-client \
libstdc++ \