Compare commits
2 Commits
3eb3afaa3a
...
0fc6927784
Author | SHA1 | Date | |
---|---|---|---|
0fc6927784 | |||
b5843c81ec |
|
@ -1,8 +1,7 @@
|
||||||
FROM localhost/spark
|
FROM localhost/spark
|
||||||
RUN pacman -Suy --noconfirm base-devel
|
RUN pacman -Suy --noconfirm base-devel
|
||||||
|
|
||||||
COPY locale.gen /etc/locale.gen
|
RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen; locale-gen
|
||||||
RUN locale-gen
|
|
||||||
|
|
||||||
COPY gnupg /.gnupg
|
COPY gnupg /.gnupg
|
||||||
COPY ./build /build
|
COPY ./build /build
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
builder ALL=(ALL) NOPASSWD: /usr/bin/pacman
|
|
|
@ -1 +0,0 @@
|
||||||
en_US.UTF-8 UTF-8
|
|
Loading…
Reference in New Issue
Block a user