From af21ebc1c4b3757945429c3b5a078ee72b3cc964 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 7 May 2020 01:02:04 +0200 Subject: [PATCH] gentoo-base: Set L10N and LINGUAS. --- gentoo-base.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/gentoo-base.Dockerfile b/gentoo-base.Dockerfile index 05eae80..a019e57 100644 --- a/gentoo-base.Dockerfile +++ b/gentoo-base.Dockerfile @@ -13,6 +13,7 @@ RUN echo 'MAKEOPTS="-j1"' >> /etc/portage/make.conf RUN echo 'USE="minimal -berkdb -cracklib -gdbm -gpg -ncurses -nls \ -pam -pcre -pcre-jit -perl -readline -rsync-verify -xattr"' \ >> /etc/portage/make.conf +RUN echo -e 'L10N="en_DK"\nLINGUAS="en_DK"' >> /etc/portage/make.conf RUN eselect profile set default/linux/amd64/17.1 RUN quickpkg --include-config=y @world sys-libs/glibc RUN emerge --root=/workdir --buildpkg=y --usepkg --quiet sys-apps/portage