From 3527b0ededa1e8477f8a6733b0596c9b2dc10f26 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 12 Oct 2024 07:05:53 +0300 Subject: [PATCH] Fixing the build --- Dockerfile.jenkins | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.jenkins b/Dockerfile.jenkins index 8fb2224..b619d25 100644 --- a/Dockerfile.jenkins +++ b/Dockerfile.jenkins @@ -3,7 +3,6 @@ RUN echo "deb http://ftp.de.debian.org/debian bookworm main" > /etc/apt/sources. RUN dpkg --add-architecture i386 RUN apt update && apt install -y wine32 wine64 make wget COPY ./executables/nsis-3.10-setup.exe /setup.exe -RUN mkidr -p /.wine RUN wine winecfg RUN wine wine setup.exe /S ENV HOME=/root