Don't bother downloading translated package descriptions

This might speed up `apt-get update` depending on environment settings
and availability of translations.
This commit is contained in:
Olaf Meeuwissen 2017-08-18 12:17:18 +09:00
parent a4b4617915
commit fa237f67eb
1 changed files with 5 additions and 0 deletions

View File

@ -21,4 +21,9 @@ APT::Update::Post-Invoke { "if test -x $cmd; then $cmd; fi"; };
EOF
chmod 0644 $cfg/docker-clean
cat > $cfg/docker-translations <<- EOF
Acquire::Languages "none";
EOF
chmod 0644 $cfg/docker-translations
rm $0