From 2c8f4def35573bd8bab328a1df849567859e4ba1 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 12 Oct 2024 07:39:53 +0300 Subject: [PATCH] Fixing the build --- Dockerfile.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.jenkins b/Dockerfile.jenkins index b6a2bc5..7291fd7 100644 --- a/Dockerfile.jenkins +++ b/Dockerfile.jenkins @@ -2,5 +2,5 @@ FROM schemers/gauche RUN echo "deb http://ftp.de.debian.org/debian bookworm main" > /etc/apt/sources.list RUN dpkg --add-architecture i386 RUN apt update && apt install -y wine32 wine64 make wget -COPY ./executables/nsis-3.10-setup.exe /workdir/setup.exe +COPY ./executables/nsis-3.10-setup.exe /setup.exe RUN wine setup.exe /S