ensure utf-8 locale
Some checks failed
continuous-integration/woodpecker the build failed

This commit is contained in:
f 2021-10-04 13:20:24 -03:00
parent eaeb0cd8b2
commit d338528819

View file

@ -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