Files
builder/autobuilder/Containerfile
T

7 lines
132 B
Docker
Raw Normal View History

2021-03-01 09:38:00 +03:00
FROM localhost/spark
RUN pacman -Suy --noconfirm base-devel git
COPY ./builder.sudoers /etc/sudoers.d/builder
2021-02-27 02:50:00 +03:00
COPY ./build /build