aboutsummaryrefslogtreecommitdiff
path: root/stretch-amd64
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-06-23 11:30:43 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-06-23 11:30:43 +0300
commitd165006aa72ea0d7708b7fb0dc22b4240afb155e (patch)
tree2b7abb4bae557a8ee679792dfac4338ec46a16d8 /stretch-amd64
parent49aeee465bad04bf7b29593215b284da67ad19af (diff)
stretch-amd64: setup locales
sync with Jessie images: include locales setup Change-Id: I47818ab8e0c63a4c83247f6238465b0420565297 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'stretch-amd64')
-rw-r--r--stretch-amd64/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/stretch-amd64/Dockerfile b/stretch-amd64/Dockerfile
index 63b7b3c9..1d192522 100644
--- a/stretch-amd64/Dockerfile
+++ b/stretch-amd64/Dockerfile
@@ -3,12 +3,14 @@ FROM debian:stretch
COPY *.list *.key /etc/apt/sources.list.d/
RUN dpkg --add-architecture i386 \
+ && 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 install -y --no-install-recommends gnupg \
&& apt-key add /etc/apt/sources.list.d/*.key \
&& 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 \