Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-03-06 07:40:01 +03:00
parent b5843c81ec
commit 0fc6927784
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,7 @@
FROM localhost/spark
RUN pacman -Suy --noconfirm base-devel
COPY locale.gen /etc/locale.gen
RUN locale-gen
RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen; locale-gen
COPY gnupg /.gnupg
COPY ./build /build

View File

@ -1 +0,0 @@
en_US.UTF-8 UTF-8