-
Notifications
You must be signed in to change notification settings - Fork 902
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
Dockerfile fails to build container - module mako
not found
#5655
Comments
Additional info - ran into this error a couple of weeks ago but assumed a mistake on my end (since I was trying to run it on a newly set up VPS and didn't have the time to look into it). It looks like Other versions run into this error too (tried with |
Stupid question, what docker file are you running? we have a few in the repository |
Using the default: https://github.com/ElementsProject/lightning/blob/master/Dockerfile |
We are also facing this same issue in jamaljsr/polar#602. Just to add more info, about a month ago I built v0.12.0 using the same Dockerfile above with no issues. Maybe something changed in the remote dependencies. |
Yes. I assume it has something to do with the base image I was unable to build with the exact same Dockerfile that has worked before. So this is definitely something that was introduced by one of the dependencies. |
I have updated the It just switches from being https://hub.docker.com/r/elementsproject/lightningd/tags Let me know if this works as a basis for you guys |
there is some consideration to improve the usage of poetry instead to change it? like #5606 I think poetry fix some bugs in the last release that impact our usage |
No, I want to get rid of poetry as much as possible, and since we can export the requirements.txt file and just use pip (reusing the cached dependency resolution from poetry) I think that already solves 99% of the reason we switched to poetry in the first place.
|
Confirmed, this fixes the build for me. Thanks! |
just to mention I ran into this issue, ended up doing a |
Issue and Steps to Reproduce
Fetch v0.12.1 from Github and try spinning up a Docker container via Dockerfile
getinfo
outputv0.12.1
The text was updated successfully, but these errors were encountered: