From 0af6624ba142ebcba3e42b5899f26b7958a95da6 Mon Sep 17 00:00:00 2001 From: fbt Date: Thu, 26 Oct 2023 00:49:32 +0000 Subject: [PATCH] up Signed-off-by: fbt --- autobuilder/Containerfile | 2 +- autobuilder/build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autobuilder/Containerfile b/autobuilder/Containerfile index cc7f433..4cc897e 100644 --- a/autobuilder/Containerfile +++ b/autobuilder/Containerfile @@ -6,6 +6,6 @@ COPY gnupg /.gnupg COPY ./build /build RUN pacman -Sy --noconfirm archlinux-keyring -RUN pacman -Suy --noconfirm base-devel +RUN pacman -Suy --noconfirm base-devel nodejs git RUN chmod 700 /.gnupg diff --git a/autobuilder/build b/autobuilder/build index c3112e8..46cb489 100755 --- a/autobuilder/build +++ b/autobuilder/build @@ -32,4 +32,4 @@ deps=( ./deps/* ) # Build the damn thing sudo -u builder GNUPGHOME="/.gnupg" makepkg "$@" -chown -R root:root /buildroot +chown -R root:root /buildroot/