From d338528819697d093e8668b3885735cb08c2eac5 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 4 Oct 2021 13:20:24 -0300 Subject: [PATCH] ensure utf-8 locale --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2609b77..27d310f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,9 @@ FROM ${BASE_IMAGE}:${ALPINE_VERSION} ARG ALPINE_VERSION MAINTAINER "f " +# Locale +ENV LANG="C.UTF-8" + # Sutty's repository RUN echo ${ALPINE_VERSION} | cut -d . -f 1,2 | xargs -I {} echo https://alpine.sutty.nl/alpine/v{}/sutty | tee -a /etc/apk/repositories RUN wget https://alpine.sutty.nl/alpine/sutty.pub -O /etc/apk/keys/alpine@sutty.nl-5ea884cd.rsa.pub