From 8f4d9f753d4fd5a518666e2240b28b7dd2a9908c Mon Sep 17 00:00:00 2001 From: MrLetsplay2003 Date: Fri, 17 Jan 2025 14:53:28 +0100 Subject: [PATCH] Update Dockerfile --- dockerbuild/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerbuild/Dockerfile b/dockerbuild/Dockerfile index 6960742..ea1859b 100644 --- a/dockerbuild/Dockerfile +++ b/dockerbuild/Dockerfile @@ -13,8 +13,9 @@ RUN apt-get -qq update && apt-get -y -qq dist-upgrade && \ libsecret-1-dev \ # Used by seshat (when not SQLCIPHER_STATIC) \ libsqlcipher-dev \ - rpm flatpak flatpak-builder && \ + rpm flatpak flatpak-builder wine && \ apt-get purge -y --auto-remove && rm -rf /var/lib/apt/lists/* +RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y wine32 mono-devel RUN ln -s /usr/bin/python3 /usr/bin/python & ln -s /usr/bin/pip3 /usr/bin/pip ENV DEBUG_COLORS true