You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Nebulex with Redis Cluster as backend. I have as a requirement a small docker image size to deploy my application. But, when I use Elixir Docker Slim Image or Elixir Docker Alpine Image I receive an error when Mix tries to compile jchash:
** (Mix) Could not compile dependency :jchash, "/root/.mix/rebar3 bare compile --paths "/upa/_build/prod/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile jchash", update it with "mix deps.update jchash" or clean it with "mix deps.clean jchash"
Hi, @cabol hope you're going well.
I'm using Nebulex with Redis Cluster as backend. I have as a requirement a small docker image size to deploy my application. But, when I use Elixir Docker Slim Image or Elixir Docker Alpine Image I receive an error when Mix tries to compile jchash:
Versions:
Can you help me to find which OS dependency I must to install to solve this?
The text was updated successfully, but these errors were encountered: