slipo/neo-scan-docker

docker-compose up command fails: Could not compile dependency :idna

Closed this issue · 1 comments

After some time of working it fails with this log:
neo-scan |
neo-scan | src/wsc_lib.erl:7: Warning: export_all flag enabled - all functions will be exported
neo-scan |
neo-scan | ===> Compiling mimerl
neo-scan | ==> file_system
neo-scan | Compiling 6 files (.ex)
neo-scan | Generated file_system app
neo-scan | ==> connection
neo-scan | Compiling 1 file (.ex)
neo-scan | Generated connection app
neo-scan | ===> Compiling metrics
neo-scan | ===> Compiling unicode_util_compat
neo-scan | ===> Package unicode_util_compat-0.3.1 not found. Fetching registry updates and trying again...
neo-scan | ===> Updating package registry...
neo-scan | ===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace or consult rebar3.crashdump
neo-scan | ===> When submitting a bug report, please include the output of rebar3 report "your command"
neo-scan | ** (Mix) Could not compile dependency :idna, "/opt/app/.mix/rebar3 bare compile --paths "/data/_build/dev/lib/*/ebin"" 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"
neo-scan exited with code 1

Cannot reproduce after moving from DockerToolbox to Docker.