builder/autobuilder/Containerfile

10 lines
183 B
Docker

FROM localhost/spark
RUN pacman -Suy --noconfirm base-devel
RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen; locale-gen
COPY gnupg /.gnupg
COPY ./build /build
RUN chmod 700 /.gnupg