Compare commits

..

2 Commits

Author SHA1 Message Date
fbt
0fc6927784 locales
Signed-off-by: fbt <fbt@fleshless.org>
2021-03-06 07:40:01 +03:00
fbt
b5843c81ec no need for sudoers
Signed-off-by: fbt <fbt@fleshless.org>
2021-03-06 07:39:11 +03:00
3 changed files with 1 additions and 4 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 @@
builder ALL=(ALL) NOPASSWD: /usr/bin/pacman

View File

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