rebase fedora mate to 40 (#228)

This commit is contained in:
Ryan Kuba 2024-04-14 16:35:41 -07:00 committed by GitHub
parent 5c8e161893
commit e4258273f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:fedora39
FROM ghcr.io/linuxserver/baseimage-kasmvnc:fedora40
# set version label
ARG BUILD_DATE
@ -18,6 +18,7 @@ RUN \
dnf install -y --setopt=install_weak_deps=False --best \
caja \
chromium \
dconf-editor \
marco \
mate-control-center \
mate-desktop \

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-fedora39
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-fedora40
# set version label
ARG BUILD_DATE
@ -18,6 +18,7 @@ RUN \
dnf install -y --setopt=install_weak_deps=False --best \
caja \
chromium \
dconf-editor \
marco \
mate-control-center \
mate-desktop \

View File

@ -2,4 +2,4 @@
setterm blank 0
setterm powerdown 0
/usr/bin/mate-session > /dev/null 2>&1
/usr/bin/mate-session #> /dev/null 2>&1