aboutsummaryrefslogtreecommitdiff
path: root/stretch-arm64
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-06-23 11:45:55 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-06-23 11:45:55 +0300
commit31df0aff8cb7d8bd5abaf49eb3c52a73c4763f26 (patch)
tree477291ca929b2a6fa5ef04a386c5f31c69f00408 /stretch-arm64
parentb38bfcaa873ba400f5c8aaab6a4b9a85f278cbdc (diff)
stretch-{arm64,armhf}: setup locales
Change-Id: Ide42580260a82c91a70838524ea7ce427ab473af Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'stretch-arm64')
-rw-r--r--stretch-arm64/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/stretch-arm64/Dockerfile b/stretch-arm64/Dockerfile
index 832ee234..46c96cf6 100644
--- a/stretch-arm64/Dockerfile
+++ b/stretch-arm64/Dockerfile
@@ -5,9 +5,11 @@ COPY *.list *.key /etc/apt/sources.list.d/
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends gnupg \
&& apt-key add /etc/apt/sources.list.d/*.key \
+ && echo 'locales locales/locales_to_be_generated multiselect C.UTF-8 UTF-8, en_US.UTF-8 UTF-8 ' | debconf-set-selections \
+ && echo 'locales locales/default_environment_locale select en_US.UTF-8' | debconf-set-selections \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y \
- && DEBIAN_FRONTEND=noninteractive apt-get install -y devscripts \
+ && DEBIAN_FRONTEND=noninteractive apt-get install -y devscripts locales \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
abootimg \
acpica-tools \