diff --git a/tests/test_postfix.py b/tests/test_postfix.py index 1e9c6f04..b09f4acf 100644 --- a/tests/test_postfix.py +++ b/tests/test_postfix.py @@ -29,12 +29,7 @@ CONTAINERFILE_POSTFIX_WITH_LDAP_ENABLED = """ RUN set -euo pipefail; \ -zypper -n in --no-recommends find openldap2 openldap2-client; \ -zypper -n clean; \ -rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} - -# TODO: move postfix & openldap container files to bci-dockerfile-generator -RUN curl -Lsf -o - https://github.com/thkukuk/containers-mailserver/archive/refs/heads/master.tar.gz | tar xzf - \ + curl -Lsf -o - https://github.com/thkukuk/containers-mailserver/archive/refs/heads/master.tar.gz | tar xzf - \ cd containers-mailserver/openldap && \ cp -r ldif /entrypoint/ && \ cp slapd.init.ldif /entrypoint/ && \