diff --git a/distros/src/Dockerfile.zyp-opensuse b/distros/src/Dockerfile.zyp-opensuse index 5d003d67..24faf1a9 100644 --- a/distros/src/Dockerfile.zyp-opensuse +++ b/distros/src/Dockerfile.zyp-opensuse @@ -100,6 +100,7 @@ RUN zyp.sh iputils vim; # hand run> xfce4-session: ok # rm -f `ls |grep -v Ali ` RUN cd /etc/zypp/repos.d && ls |grep -v Aliyun |while read one; do rm -f $one; done; \ + find /etc/zypp/repos.d; \ exit 0; RUN zyp.sh dbus-1-x11;