general/other Linuxulator (with debootstrap) disable ipv6

Hi, I'm trying to install a nodejs package that only runs on ubuntu, so I created a linuxulator chroot (in /compat/ubuntu) that works ok, but I found when I want to install a packages with yarn I get this error:

Code:
connect EHOSTUNREACH 2606:4700::6810:1b23:443

How can I disable ipv6 inside that environment?
 
Back
Top