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/