Fixing the build

This commit is contained in:
retropikzel 2024-10-12 07:18:15 +03:00
parent d33154d5cc
commit 6350bfb717
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +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
WORKDIR /workdir
COPY ./executables/nsis-3.10-setup.exe /workdir/setup.exe
RUN WINEPREFIX=/workdir/.wine wine setup.exe /S