diff --git a/Dockerfile b/Dockerfile index d98cc5d..966ad0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM opensuse/tumbleweed:latest -RUN set -euo pipefail; zypper -n in --no-recommends ca-certificates-mozilla cyrus-sasl cyrus-sasl-plain ed netcfg postfix postfix-ldap postfix-lmdb timezone mandoc spamassassin-spamc spamass-milter; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} +RUN set -euo pipefail; zypper -n in --no-recommends ca-certificates-mozilla cyrus-sasl cyrus-sasl-plain ed gawk netcfg postfix postfix-ldap postfix-lmdb timezone mandoc spamassassin-spamc spamass-milter; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.application.postfix diff --git a/postfix-image.changes b/postfix-image.changes index fab3510..9484ad5 100644 --- a/postfix-image.changes +++ b/postfix-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 20 10:08:12 UTC 2024 - Dirk Mueller + +- Re-render templates + ------------------------------------------------------------------- Fri Aug 16 07:07:46 UTC 2024 - Dirk Mueller