ensure utf-8 locale
This commit is contained in:
parent
eaeb0cd8b2
commit
d338528819
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
|||
ARG ALPINE_VERSION
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue