13 lines
222 B
Docker
13 lines
222 B
Docker
FROM localhost/spark
|
|
|
|
COPY locale.gen /etc/locale.gen
|
|
RUN locale-gen
|
|
|
|
RUN pacman -Suy --noconfirm base-devel git
|
|
|
|
COPY ./builder.sudoers /etc/sudoers.d/builder
|
|
COPY ./build /build
|
|
|
|
COPY gnupg /.gnupg
|
|
RUN chmod 700 /.gnupg
|