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