Skip to content

Commit

Permalink
dist/opsuse: zypper clean; rm -rf /var/cache/zypp;
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Jun 20, 2024
1 parent e4079c9 commit 69dc4f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distros/src/Dockerfile.zyp-opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
zypper install -y \
# 2536 kB #18.9 MB > 14.3 MB
xfwm4 xfdesktop \
xfce4-notifyd xfce4-settings xfce4-session
xfce4-notifyd xfce4-settings xfce4-session; \
zypper clean; rm -rf /var/cache/zypp;

# xrdb font;
RUN zypper install -y xrdb;
Expand Down

0 comments on commit 69dc4f9

Please sign in to comment.