Skip to content

Commit

Permalink
dist/opsuse: RUN zypper install -y xrdb;
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Jun 20, 2024
1 parent 5f3d9ee commit 783454a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distros/src/Dockerfile.zyp-opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
xfce4-notifyd xfce4-settings xfce4-session

# xrdb font;
RUN apk add xrdb;
RUN zypper install -y xrdb;

# HEADLESS
COPY --from=rootfs /rootfs/files1 /
Expand Down

0 comments on commit 783454a

Please sign in to comment.