add LANG=C to apt module so the string matches on the output always match
This commit is contained in:
parent
d5546d7a0a
commit
27ccd01db4
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue