Skip to content

Commit

Permalink
fix: remove gamemode altogether (apparently it cannot be installed as…
Browse files Browse the repository at this point in the history
… root)
  • Loading branch information
wanjohiryan committed Apr 2, 2024
1 parent c828e90 commit 6e09b3d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,18 @@ RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
flatpak \
mangohud \
meson \
libsystemd-dev \
pkg-config \
ninja-build \
git \
libdbus-1-dev \
libinih-dev \
build-essential \
&& git clone https://github.com/FeralInteractive/gamemode.git && cd gamemode \
&& git checkout 1.7 && chmod +x ./bootstrap.sh && ./bootstrap.sh \
&& gamemode -t \
#Flatpak and mangohud
#TODO: Add gamemode back in, when we get the time
# meson \
# libsystemd-dev \
# pkg-config \
# ninja-build \
# git \
# libdbus-1-dev \
# libinih-dev \
# build-essential \
# && git clone https://github.com/FeralInteractive/gamemode.git && cd gamemode \
# && git checkout 1.7 && chmod +x ./bootstrap.sh && ./bootstrap.sh \
# && gamemode -t \
&& flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo \
# gamescope
&& flatpak install flathub org.freedesktop.Platform.VulkanLayer.gamescope
Expand Down

0 comments on commit 6e09b3d

Please sign in to comment.