Skip to content

Commit

Permalink
feat: add gpu-screen-recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Apr 2, 2024
1 parent 67cde61 commit 0931d91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,15 @@ RUN apt-get update -y \

WORKDIR /tmp
#Running gamescope flatpak run org.freedesktop.Platform.VulkanLayer.gamescope
#Install Mangohud, gamemode and gamescope
#Install Mangohud, gamemode,gpu-screen-recorder and gamescope
RUN apt-get update -y \
&& add-apt-repository -y multiverse \
&& apt-get install -y --no-install-recommends \
flatpak \
mangohud \
gamescope
gamescope \
&& flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo \
&& flatpak install flathub com.dec05eba.gpu_screen_recorder
#TODO: Add gamemode back in, when we get the time
# meson \
# libsystemd-dev \
Expand Down

0 comments on commit 0931d91

Please sign in to comment.