-
Notifications
You must be signed in to change notification settings - Fork 83
Build fails in python3-flask template #32
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
Comments
@alexellis @LucasRoesler
In addition, oddly, some investigation shows that the libs are installed in the base python:3.7-alpine image. EDIT: These are the runtime libraries and not related to the dev/source files needed. Ooops. Using python:3.7-alpine (image id 16f919b9ecd5)
I haven't done any real research to find out how new this issue is, but it does look to be some kind of issue with the Alpine release. |
I can also confirm this and that @Jeff-Lowrey's change does fix the build. @Jeff-Lowrey would you be willing to propose a PR? |
@LucasRoesler Even though it's a very very quick fix, I probably don't have time in the next few days to work with a real PR. |
Ok, i am will submit an update that will
|
Closed in #33 |
Decription
When trying to build function with the:
python3-flask
template the 15 step fails with this error:The step which fails is:
which installs:
I see flask succeeds being fetched, but
gevent
fails.Full logs
The full logs are the following:
Steps to reproduce
The text was updated successfully, but these errors were encountered: