Skip to content

Commit

Permalink
suse: install gnome-session-xsession on Tumbleweed
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Nov 13, 2024
1 parent 39a90c6 commit 8a67346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suse.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ FROM docker.io/opensuse/tumbleweed:latest@sha256:3cca428514cb0f72646ae76bc71baaa
FROM docker.io/opensuse/leap:15.6@sha256:8cf656d677c02d31db333fcc2f97c7fcaa1ced47437f3b6e2582bd4ddce058ed AS opensuse-leap-15.6

FROM ${base_image}
ARG base_image

RUN zypper --non-interactive install --no-recommends \
systemd-sysvinit \
xorg-x11-server-Xvfb \
$(if [ $base_image = opensuse-tumbleweed ]; then echo gnome-session-xsession; fi) \
gjs \
gdm \
gnome-session-wayland \
Expand Down

0 comments on commit 8a67346

Please sign in to comment.