Skip to content

Commit

Permalink
suse: workaround gnome-session packaging bug on Tumbleweed
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Nov 13, 2024
1 parent 8a67346 commit 6f35de8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion suse.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ FROM docker.io/opensuse/leap:15.6@sha256:8cf656d677c02d31db333fcc2f97c7fcaa1ced4
FROM ${base_image}
ARG base_image

RUN zypper --non-interactive install --no-recommends \
RUN mkdir -p /usr/share/xsessions && \
touch /usr/share/xsessions/gnome.desktop && \
zypper --non-interactive install --no-recommends \
systemd-sysvinit \
xorg-x11-server-Xvfb \
$(if [ $base_image = opensuse-tumbleweed ]; then echo gnome-session-xsession; fi) \
Expand Down

0 comments on commit 6f35de8

Please sign in to comment.