benoitc / erlang-idna

Erlang IDNA lib
MIT License
43 stars 29 forks source link

Compiling IDNA fails on docker with Alpine Linux #13

Closed mschae closed 8 years ago

mschae commented 8 years ago

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:

==> 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"
mschae commented 8 years ago

Apologies but I just manually overrode the dep to version 2.0.0 and that seems to work fine!

Now certifi is giving me grief, I'll open an issue there...

benoitc commented 8 years ago

fixed in latest master.

mschae commented 8 years ago

Awesome, thanks!