Disabled ipv4 for running helpers

This commit is contained in:
Ruben Rodriguez 2019-08-09 15:11:30 -04:00
parent 8ee855aa10
commit fe8909c119

View file

@ -86,6 +86,7 @@ Dir::Etc::SourceParts "";
Dir::Cache "${LOCAL_APT}/var/cache/apt";
pkgCacheGen::Essential "none";
Dir::Etc::Trusted "${LOCAL_APT}/etc/trusted.gpg";
Acquire::ForceIPv4 "true";
EOF
export TRUSTEDFILE=${LOCAL_APT}/etc/trusted.gpg