From 8b33215ff9b49978375c9eac4d679965eff13c5d Mon Sep 17 00:00:00 2001 From: shu Date: Tue, 5 Feb 2019 08:33:47 +0000 Subject: [PATCH] set LANG env --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dccf119..3564789 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM alpine:3.9 LABEL maintainer="Sebastian Hugentobler " ENV S6_OVERLAY_VERSION=v1.21.8.0 - +ENV LANG=en_US.UTF-8 + RUN apk --no-cache add libressl syslog-ng RUN wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C /