From b2120bc38a68e3abd6a55a2b99bf8b6575a0c1df Mon Sep 17 00:00:00 2001 From: TonyMacDonald1995 <42494088+TonyMacDonald1995@users.noreply.github.com> Date: Tue, 13 Feb 2024 07:58:37 -0600 Subject: [PATCH 1/2] Space Engineers Support Space Engineers requires latest wine from WineHQ --- Dockerfile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index ed76f57..925fc94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -115,16 +115,10 @@ ARG SRCDSDEPS="\ # Needed for games that require Wine and Xvfb ARG WINEXVFB="\ - fonts-wine \ - libwine \ - libwine:i386 \ python3 \ python3-venv \ cabextract \ - wine \ - wine32 \ - wine64 \ - wine-binfmt \ + winehq-stable winbind \ xauth \ xvfb" @@ -136,6 +130,9 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \ $AMPDEPS; \ else \ dpkg --add-architecture i386 && \ + mkdir -pm 755 /etc/apt/keyrings && \ + wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key && \ + wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources && \ apt-get update && \ apt-get install -y \ $AMPDEPS \ From 9b24589b08de0ccce72980b451974f355e73be13 Mon Sep 17 00:00:00 2001 From: TonyMacDonald1995 <42494088+TonyMacDonald1995@users.noreply.github.com> Date: Tue, 13 Feb 2024 08:00:35 -0600 Subject: [PATCH 2/2] Fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 925fc94..7a99e3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -118,7 +118,7 @@ ARG WINEXVFB="\ python3 \ python3-venv \ cabextract \ - winehq-stable + winehq-stable \ winbind \ xauth \ xvfb"