Failed to install

The git clone action is taken in the host, so that shows the host is OK, but the subsequent actions take place in the container. If they fail, it indicates trouble within the container (docker) and in this case, DNS (name resolution) trouble.

There have been situations before where people report this kind of connectivity problem inside docker. Perhaps see

It might be useful to have details of your provider and the location. It might be useful to test inside the container using commands something like this:

./launcher enter app 
ping -c2 github.com
exit
1 Like