-
Notifications
You must be signed in to change notification settings - Fork 189
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
Alpine docker image support #297
Comments
I can confirm the the issue is related to missing glibc. I have been able make progress using https://github.com/sgerrand/alpine-pkg-glibc |
Using the following Dockerfile I have been able to build and use Teller on alpine.
There are a few things here. I cannot build the project currently, I needed to apply a fix for the above issue. We also need to use glibc-for-alpine, as I was not able to get things to run without it. The project itself needed to be statically linked linked during the ubild process with the rust flag. |
it is not really "alpine docker support" but "alpine support". would love to see a "musl" build with all dependencies bundled. last alpine with libssl1.1 and libcrypto1.1 is alpine v3.18
|
When using the linux binary I am unable to run teller-cli on an alpine based image.
The text was updated successfully, but these errors were encountered: