mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-10 15:54:25 +00:00
fix(deck): Install wine-core to satisfy Lutris dependencies
This commit is contained in:
parent
081fb285c4
commit
6a15d1f0da
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user