Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-26 00:49:32 +00:00
parent df93a9bd80
commit 0af6624ba1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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/