chore: Be explicit about wine-core arch

This commit is contained in:
Kyle Gospodnetich 2023-10-31 10:10:37 -07:00
parent 85190df0e3
commit a13a11f834

View File

@ -255,7 +255,8 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
lutris \
wxGTK \
libFAudio \
wine-core \
wine-core.x86_64 \
wine-core.i686 \
winetricks \
protontricks \
latencyflex-vulkan-layer \
@ -510,7 +511,8 @@ RUN rpm-ostree install \
gamescope.i686 \
gamescope-session-plus \
gamescope-session-steam \
wine-core \
wine-core.x86_64 \
wine-core.i686 \
winetricks \
protontricks \
gperftools-libs.i686 && \