Compare commits
No commits in common. "0fc6927784d0982b4f28703d91601f288fe95818" and "3eb3afaa3afb802d0d4b4853f30b34fdb7b3d174" have entirely different histories.
0fc6927784
...
3eb3afaa3a
|
@ -1,7 +1,8 @@
|
||||||
FROM localhost/spark
|
FROM localhost/spark
|
||||||
RUN pacman -Suy --noconfirm base-devel
|
RUN pacman -Suy --noconfirm base-devel
|
||||||
|
|
||||||
RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen; locale-gen
|
COPY locale.gen /etc/locale.gen
|
||||||
|
RUN locale-gen
|
||||||
|
|
||||||
COPY gnupg /.gnupg
|
COPY gnupg /.gnupg
|
||||||
COPY ./build /build
|
COPY ./build /build
|
||||||
|
|
1
autobuilder/builder.sudoers
Normal file
1
autobuilder/builder.sudoers
Normal file
|
@ -0,0 +1 @@
|
||||||
|
builder ALL=(ALL) NOPASSWD: /usr/bin/pacman
|
1
autobuilder/locale.gen
Normal file
1
autobuilder/locale.gen
Normal file
|
@ -0,0 +1 @@
|
||||||
|
en_US.UTF-8 UTF-8
|
Loading…
Reference in New Issue
Block a user