benoitc / erlang-idna

Erlang IDNA lib
MIT License
43 stars 29 forks source link

unicode_util_compat requires up to 100 MB in dependencies #18

Closed AndrewDryga closed 7 years ago

AndrewDryga commented 7 years ago

Hi,

We are releasing docker container and trying to keep them small, however, latest changes (adding a unicode_util_compat to the deps) to required us to install g++, which increased container size by 100 Mb.

Is there any way to drop it?

benoitc commented 7 years ago

you don't need to have g++ installed only Make or Gnu Make. Depending on your system it should be possible.

Otherwise can't you could build your erlang release in one docker and just copy it to the docker image you deploy? This is what I generally do.

benoitc commented 7 years ago

no answer since. closing the issue then.