Closed monotek closed 6 years ago
This looks to me like therubyracer may not support Alpine (yet?). See also https://github.com/cowboyd/therubyracer/issues/378#issuecomment-271606189, especially the reply:
The error you are experiencing is due to libv8 being linked against glibc and Alpine shipping only musl. The difficulty of running libv8 on Alpine is a known issue (https://github.com/cowboyd/libv8/#use-with-different-standard-c-libraries) that is still waiting for me (or preferably a kind contributor) to spend some time on (see cowboyd/libv8#221).
Thanks for the info,. Switched to ruby:2.3.1-slim.
Closing, given that there's nothing actionable for us here.
I try to create a new docker image from ruby:2.3.1-alpine
This is my Dockerfile: https://github.com/monotek/zammad-docker-compose/blob/alpine/Dockerfile.zammad
When "bundle exec rake assets:precompile" from my install script is executed, i get the following error:
How can i fix this problem?