Skip to content

Commit

Permalink
Diagnose zypper in Dockerfile.systemd.postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-suse authored Nov 10, 2023
1 parent c4bf232 commit be832a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/Dockerfile.systemd.postgresql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV container podman
ENV LANG en_US.UTF-8

RUN zypper ar -f http://mirrorcache.opensuse.org/repositories/openSUSE:infrastructure:MirrorCache/15.5 mc
RUN zypper --gpg-auto-import-keys ref
RUN zypper --gpg-auto-import-keys ref || ( tail -n 250 /var/log/zypper.log ; exit 1 )

RUN zypper -vvvn install systemd curl sudo iputils vi

Expand Down

0 comments on commit be832a1

Please sign in to comment.