From 85955da1105506968c77a1ec01aa0efeaea9abe1 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 13 Dec 2023 14:50:47 -0800 Subject: [PATCH] feat: Add gamescope-shaders package --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index fafd5b47..a19e469d 100644 --- a/Containerfile +++ b/Containerfile @@ -322,6 +322,7 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \ RUN rpm-ostree install \ gamescope.x86_64 \ gamescope-libs.i686 \ + gamescope-shaders \ rocm-hip \ rocm-opencl \ rocm-clinfo \