gentoo-base: Add C.UTF-8 locale.

This commit is contained in:
tastytea 2021-08-31 11:44:14 +02:00
parent eb549ef6b2
commit 7f5e4ec532
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ LABEL description="My base for Gentoo images (Without build dependencies)."
COPY --from=build /workdir /
RUN echo 'portage:x:250:250:portage:/var/tmp/portage:/bin/false' >> /etc/passwd
RUN echo 'portage::250:portage' >> /etc/group
RUN echo 'en_DK.UTF-8 UTF-8' > /etc/locale.gen
RUN echo -e 'C.UTF-8 UTF-8\nen_DK.UTF-8 UTF-8' > /etc/locale.gen
RUN locale-gen
RUN eselect locale set en_DK.utf8