From 3f238431ff9e0ce445879a0cde42d1933d540a30 Mon Sep 17 00:00:00 2001 From: Marcus Young Date: Wed, 26 Apr 2017 06:31:56 -0500 Subject: [PATCH] Fix ubuntu locale --- .kitchen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kitchen.yml b/.kitchen.yml index 9f8293a..b9272f2 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -18,7 +18,7 @@ platforms: - name: ubuntu-16.04 driver_config: 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 privileged: true pid_one_command: /usr/lib/systemd/systemd