Closed alanorth closed 1 year ago
Today I realized this was due to node / npm preferring IPv6 for some reason. My host does not have working IPv6 so I've disabled it temporarily via sysctl:
# echo 1 > /proc/sys/net/ipv6/conf/default/disable_ipv6
# echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
Leaving this here for reference.
I'm getting this in the postinstall step while trying to fetch
iso_3166-1.json
on my host and in container:The host has working internet connectivity and can download the file manually via wget or curl.