Skip to content

Commit

Permalink
Remove usage of zypper
Browse files Browse the repository at this point in the history
There is no zypper anymore in bci micro based containers.
  • Loading branch information
dirkmueller committed Oct 5, 2024
1 parent 997b842 commit 7a7f07e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/test_postfix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/ && \
Expand Down

0 comments on commit 7a7f07e

Please sign in to comment.