Fixing build

This commit is contained in:
retropikzel 2024-10-11 13:42:09 +03:00
parent 4d2160b7ec
commit 8730cceef8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:latest FROM alpine:3.19.4
RUN apk add wine make RUN apk add wine make
COPY ./executables/nsis-3.10-setup.exe /setup.exe COPY ./executables/nsis-3.10-setup.exe /setup.exe
RUN wine setup.exe /S RUN wine setup.exe /S