From c8f9015d6b59495efee59b0d497c14521c2949b3 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 12 Oct 2024 07:18:36 +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 145ac94..a85d741 100644 --- a/Dockerfile.jenkins +++ b/Dockerfile.jenkins @@ -2,7 +2,7 @@ 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 -RUN mkdir -p /workdir && chomd -R 777 /workdir +RUN mkdir -p /workdir && chmod -R 777 /workdir WORKDIR /workdir COPY ./executables/nsis-3.10-setup.exe /workdir/setup.exe RUN WINEPREFIX=/workdir/.wine wine setup.exe /S