-
Notifications
You must be signed in to change notification settings - Fork 15
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
Module doesn't work on Docker #8
Comments
Seems like this is a problem with Alpine which uses musl-libc instead of glibc etc. |
Exactly. If you use the official Docker image for Node.js detect-character-encoding should work fine. I’ll try to include support for Alpine Linux in a future release. |
v0.5.0 now supports Alpine Linux. |
Thanks! |
Just wanted to note here that using Thanks for a great package! |
@nuest Thanks for the kind words 🙂 I was able to reproduce the issue with the |
When running the module in a Docker container using this config:
I get this error:
It works locally (OSX) and on Travis (linux i think), and I have tried it with versions of node from 0.10.48 all the way up to 8.1.4. Are there unlisted dependencies that you can think of?
The text was updated successfully, but these errors were encountered: