From ba4a4199e2856d54dff12c5f36d44fc63294782c Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 1 Mar 2021 09:38:00 +0300 Subject: [PATCH] yay Signed-off-by: fbt --- Containerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 5f152f2..e27a957 100644 --- a/Containerfile +++ b/Containerfile @@ -1,2 +1,6 @@ -FROM spark.builder +FROM localhost/spark + +RUN pacman -Suy --noconfirm base-devel git + +COPY ./builder.sudoers /etc/sudoers.d/builder COPY ./build /build