When installing rebar3 on a server / in a container, it pulls in a lot of dependencies that shouldn't be needed for this console program (see below). This happens, because of the following dependency chain: rebar3 -> erlang-common-test -> erlang-debugger -> erlang-wx It would be great if this was fixed, so servers / containers using rebar3 don't need to pull in all these dependencies. Thanks! Best regards, Oliver