Skip to content

Commit

Permalink
chore: Remove weak deps from Steam install step
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 4, 2025
1 parent 4dc93bc commit 9293ca0
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 @@ -308,8 +308,10 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
gamescope-libs.i686 \
gamescope-shaders \
jupiter-sd-mounting-btrfs \
steam \
umu-launcher \
dbus-x11 \
xdg-user-dirs \
gobject-introspection \
libFAudio.x86_64 \
libFAudio.i686 \
latencyflex-vulkan-layer \
Expand All @@ -322,6 +324,7 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
libobs_vkcapture.i686 \
libobs_glcapture.i686 && \
dnf5 -y --setopt=install_weak_deps=False install \
steam \
lutris && \
/ctx/cleanup

Expand Down

0 comments on commit 9293ca0

Please sign in to comment.