@@ -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
|
||||
|
@@ -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/
|
||||
|
Reference in New Issue
Block a user