Files
builder/autobuilder/Containerfile
T

11 lines
175 B
Docker
Raw Normal View History

2021-03-01 09:38:00 +03:00
FROM localhost/spark
2021-03-06 06:48:58 +03:00
RUN pacman -Suy --noconfirm base-devel git
2021-03-01 09:38:00 +03:00
2021-03-01 09:45:20 +03:00
COPY locale.gen /etc/locale.gen
RUN locale-gen
2021-03-06 06:48:58 +03:00
COPY gnupg /.gnupg
2021-02-27 02:50:00 +03:00
COPY ./build /build
2021-03-01 15:43:07 +03:00
RUN chmod 700 /.gnupg