-
Notifications
You must be signed in to change notification settings - Fork 48
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
Docker container - libelf.so.1 not found #26
Comments
Sorry, just noticed this on facebook/flow:
|
Looks like you got it figured out! |
Anyone know how to install that dep on Alpine Linux? |
Please check the folowing issue flow/flow-bin#26
You probably don't need the headers to use libelf, this apt line should work fine:
you probably also don't need |
FWIW I just confirmed that (at least on
|
When I try to run "flow check" in a Docker container (build server), I run into this error:
/opt/buildAgent/work/3c70a0ec877e6008/node_modules/flow-bin/vendor/flow: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: