Fixing the build
This commit is contained in:
		
							parent
							
								
									8730cceef8
								
							
						
					
					
						commit
						1a663ea5a8
					
				|  | @ -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 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue