-
Notifications
You must be signed in to change notification settings - Fork 129
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
fix Dockerfile, several plugins running #599
base: master
Are you sure you want to change the base?
Conversation
Waiting on #584 as the mutinynet and testnet examples are dependent on mempool.space support |
Hey, I tried it out and I ran into this error:
|
@chrisguida mempool.space support should be working now. |
@iorch I tried it again with the new docker image you sent me and I got this error message:
also, @chrisguida noticed this:
It's installing plugins that are already archived, and it shouldn't. |
Thinking about this more, I think the best way for us to implement this may be just to reuse the plugin installation code from the CI see https://github.com/lightningd/plugins/blob/master/.ci/test.py for the code that installs the python dependencies That way all of the plugins should work |
@iorch are you still working on this? |
fixes #547
https://github.com/iorch/plugins/blob/issue-547/README.md#docker
@chrisguida