File Dockerfile of Package gnome-kiosk

#!BuildTag: gnome-kiosk

FROM opensuse/tumbleweed:latest

RUN zypper in -y --no-recommends gnome-session gnome-kiosk dbus-1-daemon; zypper clean -a


RUN useradd -m user -u 1000
COPY org.gnome.custom.Kiosk.session /usr/share/gnome-session/sessions
COPY org.gnome.custom.Kiosk.desktop /usr/share/applications

COPY gsettings-block-vt-switch.sh /usr/local/bin
RUN chmod +x /usr/local/bin/gsettings-block-vt-switch.sh

COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh

ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
openSUSE Build Service is sponsored by