Fixing the build

This commit is contained in:
retropikzel 2024-10-11 14:01:01 +03:00
parent 8730cceef8
commit 1a663ea5a8
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
FROM alpine:3.19.4
RUN apk add wine make
FROM schemers/gauche
RUN echo "deb http://ftp.de.debian.org/debian bookworm main" > /etc/apt/sources.list
RUN apt update && apt install -y wine
COPY ./executables/nsis-3.10-setup.exe /setup.exe
RUN wine setup.exe /S