-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
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
Adding Dockerfile with Python 3.8 and pyinstaller 4.0.0 #102
base: master
Are you sure you want to change the base?
Conversation
It seems that you could have edited the existing |
Hey, is there a way to modify this so it will get in? |
@gmatheu I tried to build this Dockerfile but it seems to hang forever when it gets to the stage when it installs pyinstaller using pip.
|
that's unrelated to this push request and related to a different issue: wine-staging seems to be buggy in regards to this project. Can confirm it's works fine with winehq-stable |
Any news about this PR? |
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
ARG WINE_VERSION=winehq-staging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
winehq-stable and it will pass
No description provided.