We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, when running mt4 inside Dpcker, I get this error (after creating a screenshot):
I discovered your files inside cache/wine but it looks like they are not used so far.
When I try to install them inside Dockerfile, I get this issue:
ENV WINEARCH=win32 WORKDIR $HOME/.cache/wine RUN wine msiexec /i wine_gecko-2.47-x86.msi /q /l* wine_gecko-2.47-x86.log
results in
RUN wine msiexec /i wine_gecko-2.47-x86.msi /q /l* wine_gecko-2.47-x86.log ---> Running in b39f7510afe7 0009:err:msi:MsiEnableLogW Unable to enable log L"/lib64" (5) 0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet 0009:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
Any Ideas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, when running mt4 inside Dpcker, I get this error (after creating a screenshot):
I discovered your files inside cache/wine but it looks like they are not used so far.
When I try to install them inside Dockerfile, I get this issue:
results in
Any Ideas?
The text was updated successfully, but these errors were encountered: