add LANG=C to apt module so the string matches on the output always match

reviewable/pr18780/r1
James Pharaoh 10 years ago
parent d5546d7a0a
commit 27ccd01db4

@ -148,7 +148,8 @@ import fnmatch
# APT related constants
APT_ENV_VARS = dict(
DEBIAN_FRONTEND = 'noninteractive',
DEBIAN_PRIORITY = 'critical'
DEBIAN_PRIORITY = 'critical',
LANG = 'C'
)
DPKG_OPTIONS = 'force-confdef,force-confold'

Loading…
Cancel
Save