We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ ./ethr -ash: ./ethr: not found
Is this because the MUSL LIBC?
How can I compile ethr on Alphine?
The text was updated successfully, but these errors were encountered:
I can repro your issue with the following:
$ docker run --rm -it alpine:3.15 / # wget https://github.com/microsoft/ethr/releases/download/v1.0.0/ethr_linux.zip &>/dev/null / # unzip ethr_linux.zip &>/dev/null / # ./ethr /bin/sh: ./ethr: not found
Substituting the image with this worked for me, so I think your guess is right. You may be able to solve the issue by installing glibc by yourself.
glibc
https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc
Sorry, something went wrong.
No branches or pull requests
$ ./ethr
-ash: ./ethr: not found
Is this because the MUSL LIBC?
How can I compile ethr on Alphine?
The text was updated successfully, but these errors were encountered: