Skip to content
This repository has been archived by the owner on Feb 28, 2019. It is now read-only.

Commit

Permalink
Move LANG ENV, and add description to it (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored and frenck committed Sep 9, 2018
1 parent 05f612e commit 7b454fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions octobox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down Expand Up @@ -61,9 +64,6 @@ RUN \
.build-dependencies \
ruby-dev

# TODO Move up
ENV LANG en_US.utf8

# Copy root filesystem
COPY rootfs /

Expand Down

0 comments on commit 7b454fe

Please sign in to comment.