Skip to content

Commit

Permalink
chore: Fix gamescope verion that gets installed by dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 13, 2025
1 parent 369ebc2 commit 56fca33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,11 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
--mount=type=bind,from=ctx,source=/,target=/ctx \
--mount=type=tmpfs,dst=/tmp \
dnf5 -y install \
--repo copr:copr.fedorainfracloud.org:kylegospo:bazzite-multilib \
gamescope.x86_64 \
gamescope-libs.i686 \
gamescope-shaders \
gamescope-shaders && \
dnf5 -y install \
rocm-hip \
rocm-opencl \
rocm-clinfo \
Expand Down Expand Up @@ -681,6 +683,7 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
mkdir -p /usr/share/gamescope-session-plus/ && \
curl -Lo /usr/share/gamescope-session-plus/bootstrap_steam.tar.gz https://large-package-sources.nobaraproject.org/bootstrap_steam.tar.gz && \
dnf5 -y install \
--repo copr:copr.fedorainfracloud.org:kylegospo:bazzite \
gamescope-session-plus \
gamescope-session-steam && \
/ctx/cleanup
Expand Down

0 comments on commit 56fca33

Please sign in to comment.