Unfortunately idna is giving us some grief, sometimes failing to compile in our docker container running alpine linux:
==> idna (compile)
Compiled src/idna_unicode.erl
Compiled src/idna.erl
Compiled src/idna_ucs.erl
Compiled src/idna_unicode_data2.erl
Compiled src/punycode.erl
Killed
** (Mix) Could not compile dependency :idna, "/root/.mix/rebar compile skip_deps=true deps_dir="/app/_build/development/lib"" command failed. You can recompile this dependency with "mix deps.compile idna", update it with "mix deps.update idna" or clean it with "mix deps.clean idna"
Hey,
first off thanks for hackney, love it.
Unfortunately idna is giving us some grief, sometimes failing to compile in our docker container running alpine linux: