From e96427f2ad2930ee36c37b14271839d6d47649df Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 1 Mar 2021 09:45:20 +0300 Subject: [PATCH] add locales Signed-off-by: fbt --- autobuilder/Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autobuilder/Containerfile b/autobuilder/Containerfile index e27a957..fa5b346 100644 --- a/autobuilder/Containerfile +++ b/autobuilder/Containerfile @@ -1,5 +1,8 @@ FROM localhost/spark +COPY locale.gen /etc/locale.gen +RUN locale-gen + RUN pacman -Suy --noconfirm base-devel git COPY ./builder.sudoers /etc/sudoers.d/builder