Skip to content

Commit

Permalink
fix: try installing gamescope from apt
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Apr 2, 2024
1 parent 6e09b3d commit ad2ef82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
flatpak \
mangohud \
gamescope
#TODO: Add gamemode back in, when we get the time
# meson \
# libsystemd-dev \
Expand All @@ -118,9 +119,9 @@ RUN apt-get update -y \
# && 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 \
# && flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo \
# gamescope
&& flatpak install flathub org.freedesktop.Platform.VulkanLayer.gamescope
# && flatpak install flathub org.freedesktop.Platform.VulkanLayer.gamescope
# Gamemode
# && flatpak install -y com.valvesoftware.Steam.CompatibilityTool.Proton-GE

Expand Down

0 comments on commit ad2ef82

Please sign in to comment.