Skip to content
Snippets Groups Projects
Commit fe8909c1 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Disabled ipv4 for running helpers

parent 8ee855aa
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,7 @@ Dir::Etc::SourceParts ""; ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment