chore: Reorder before Steam

This commit is contained in:
Kyle Gospodnetich 2024-12-27 10:34:12 -08:00
parent 585f313801
commit 39b25e3e7b

View File

@ -493,6 +493,16 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
# Install Steam & Lutris, plus supporting packages
# Downgrade ibus to fix an issue with the Steam keyboard
RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
ibus \
ibus-gtk2 \
ibus-gtk3 \
ibus-gtk4 \
ibus-libs \
ibus-panel \
ibus-setup && \
rpm-ostree install \
jupiter-sd-mounting-btrfs \
at-spi2-core.i686 \
@ -522,16 +532,6 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
gobject-introspection \
clinfo \
steam && \
rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
ibus \
ibus-gtk2 \
ibus-gtk3 \
ibus-gtk4 \
ibus-libs \
ibus-panel \
ibus-setup && \
rpm-ostree install \
lutris \
umu-launcher \