Skip to content

Commit

Permalink
find /etc/zypp/repos.d; \
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Jun 24, 2024
1 parent c590b5f commit a1c6f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distros/src/Dockerfile.zyp-opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a1c6f68

Please sign in to comment.