Add postfix-ldap support package
Some checks failed
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/manual/docker Pipeline failed

This commit is contained in:
Thomas Renger 2024-08-11 01:23:08 +02:00
parent 3dbdb9f0ed
commit af839bea87
2 changed files with 2 additions and 1 deletions

View file

@ -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]

View file

@ -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/* \