From e8f71b2eb14497decff519c2a82a24c848669a57 Mon Sep 17 00:00:00 2001 From: fbt Date: Sat, 6 Mar 2021 07:41:29 +0300 Subject: [PATCH] why utf-8? Signed-off-by: fbt --- autobuilder/Containerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/autobuilder/Containerfile b/autobuilder/Containerfile index 219d75c..9d404f1 100644 --- a/autobuilder/Containerfile +++ b/autobuilder/Containerfile @@ -1,8 +1,6 @@ FROM localhost/spark RUN pacman -Suy --noconfirm base-devel -RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen; locale-gen - COPY gnupg /.gnupg COPY ./build /build