Skip to content

Commit

Permalink
S
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Jun 24, 2024
1 parent 91a77bc commit c590b5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions distros/src/Dockerfile.zyp-opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ RUN zyp.sh iputils vim;
# perp> xfce4-session: err
# hand run> xfce4-session: ok
# rm -f `ls |grep -v Ali `
RUN zyp.sh dbus-1-x11; \
cd /etc/zypp/repos.d && ls |grep -v Aliyun |while read one; do rm -f $one; done; \
RUN cd /etc/zypp/repos.d && ls |grep -v Aliyun |while read one; do rm -f $one; done; \
exit 0;

RUN zyp.sh dbus-1-x11;

# dbus-x11: not existed >> @dbus-1 installd.
# dbg: xfce4-session>> dbus-launch not permitted.
# # chmod 700 @xconf.sh
Expand Down

0 comments on commit c590b5f

Please sign in to comment.