Fixing the build
This commit is contained in:
parent
d33154d5cc
commit
6350bfb717
|
@ -2,6 +2,7 @@ FROM schemers/gauche
|
||||||
RUN echo "deb http://ftp.de.debian.org/debian bookworm main" > /etc/apt/sources.list
|
RUN echo "deb http://ftp.de.debian.org/debian bookworm main" > /etc/apt/sources.list
|
||||||
RUN dpkg --add-architecture i386
|
RUN dpkg --add-architecture i386
|
||||||
RUN apt update && apt install -y wine32 wine64 make wget
|
RUN apt update && apt install -y wine32 wine64 make wget
|
||||||
|
RUN mkdir -p /workdir && chomd -R 777 /workdir
|
||||||
WORKDIR /workdir
|
WORKDIR /workdir
|
||||||
COPY ./executables/nsis-3.10-setup.exe /workdir/setup.exe
|
COPY ./executables/nsis-3.10-setup.exe /workdir/setup.exe
|
||||||
RUN WINEPREFIX=/workdir/.wine wine setup.exe /S
|
RUN WINEPREFIX=/workdir/.wine wine setup.exe /S
|
||||||
|
|
Loading…
Reference in New Issue