From 7b454fedfdd53797e55c6970d9c60c6b11b37402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 9 Sep 2018 11:35:13 +0200 Subject: [PATCH] Move LANG ENV, and add description to it (#5) --- octobox/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/octobox/Dockerfile b/octobox/Dockerfile index 5accd51..22923ff 100755 --- a/octobox/Dockerfile +++ b/octobox/Dockerfile @@ -2,6 +2,9 @@ ARG BUILD_FROM=hassioaddons/base:2.1.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} +# Set environment locale +ENV LANG en_US.utf8 + # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] @@ -61,9 +64,6 @@ RUN \ .build-dependencies \ ruby-dev -# TODO Move up -ENV LANG en_US.utf8 - # Copy root filesystem COPY rootfs /