Merge pull request #56 from joschua-rgb/main

Fix: "wine: Unimplemented function ucrtbase.dll.crealf called at address ..."
This commit is contained in:
Jack McKew
2025-03-30 09:48:40 +11:00
committed by GitHub

View File

@@ -1,5 +1,9 @@
FROM jackmckew/pyinstaller-windows FROM jackmckew/pyinstaller-windows
#extra winetrick step to fix "Unimplemented function ucrtbase.dll.crealf called"
RUN apt-get install -y xvfb libgnutls30 libgnutls30:i386
RUN xvfb-run winetricks --force -q vcrun2019
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh