rip out ldap
This commit is contained in:
parent
bc0b3eaf79
commit
5a2efbec22
16 changed files with 71 additions and 54 deletions
|
@ -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++ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue