Add locales package which is missing in Ubuntu 16.04.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
8c37bd87d6
commit
b616ffaf1f
@@ -3,6 +3,7 @@ services:
|
||||
- mysql:latest
|
||||
- postgres
|
||||
before_script:
|
||||
- apt-get install -qq locales
|
||||
- echo "LC_ALL=\"en_US.UTF-8\"" >> /etc/default/locale
|
||||
- locale-gen en_US.UTF-8
|
||||
- update-locale LANG=en_US.UTF-8
|
||||
|
||||
Reference in New Issue
Block a user