Disabled ipv4 for running helpers
This commit is contained in:
parent
8ee855aa10
commit
fe8909c119
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ Dir::Etc::SourceParts "";
|
||||||
Dir::Cache "${LOCAL_APT}/var/cache/apt";
|
Dir::Cache "${LOCAL_APT}/var/cache/apt";
|
||||||
pkgCacheGen::Essential "none";
|
pkgCacheGen::Essential "none";
|
||||||
Dir::Etc::Trusted "${LOCAL_APT}/etc/trusted.gpg";
|
Dir::Etc::Trusted "${LOCAL_APT}/etc/trusted.gpg";
|
||||||
|
Acquire::ForceIPv4 "true";
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
export TRUSTEDFILE=${LOCAL_APT}/etc/trusted.gpg
|
export TRUSTEDFILE=${LOCAL_APT}/etc/trusted.gpg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue