Fix ubuntu locale
This commit is contained in:
parent
6d6e7051f3
commit
3f238431ff
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ platforms:
|
||||||
- name: ubuntu-16.04
|
- name: ubuntu-16.04
|
||||||
driver_config:
|
driver_config:
|
||||||
provision_command:
|
provision_command:
|
||||||
- locale-gen en_US.UTF-8
|
- apt-get update && apt-get install -y locales && locale-gen en_US.UTF-8
|
||||||
run_command: /sbin/init
|
run_command: /sbin/init
|
||||||
privileged: true
|
privileged: true
|
||||||
pid_one_command: /usr/lib/systemd/systemd
|
pid_one_command: /usr/lib/systemd/systemd
|
||||||
|
|
Loading…
Reference in a new issue