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