Add postfix-ldap support package
This commit is contained in:
parent
3dbdb9f0ed
commit
af839bea87
|
@ -6,6 +6,6 @@ pipeline:
|
|||
repo: dentaku/postfix
|
||||
tags:
|
||||
- latest
|
||||
- v0.0
|
||||
- v0.1
|
||||
auto-tag: true
|
||||
platforms: [linux/amd64, linux/arm64]
|
|
@ -8,6 +8,7 @@ RUN apt-get update \
|
|||
&& apt-get dist-upgrade -y \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
postfix \
|
||||
postfix-ldap \
|
||||
swaks \
|
||||
prometheus-postfix-exporter \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
|
|
Loading…
Reference in a new issue