From 6a15d1f0da1302155839d4d72e6925f89fb96958 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 8 Aug 2023 23:59:12 -0700 Subject: [PATCH] fix(deck): Install wine-core to satisfy Lutris dependencies --- Containerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index bc988d20..47a032b6 100644 --- a/Containerfile +++ b/Containerfile @@ -248,7 +248,6 @@ RUN rpm-ostree install \ vkBasalt \ mangohud \ sdgyrodsu \ - winetricks \ python-vdf \ python-crcmod && \ git clone https://gitlab.com/evlaV/jupiter-dock-updater-bin.git --depth 1 /tmp/jupiter-dock-updater-bin && \ @@ -259,7 +258,9 @@ RUN rpm-ostree install \ steam \ lutris \ gamescope \ - gamescope-session + gamescope-session \ + wine-core \ + winetricks # Cleanup & Finalize RUN rm /usr/share/applications/winetricks.desktop && \