up
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
df93a9bd80
commit
0af6624ba1
|
@ -6,6 +6,6 @@ COPY gnupg /.gnupg
|
||||||
COPY ./build /build
|
COPY ./build /build
|
||||||
|
|
||||||
RUN pacman -Sy --noconfirm archlinux-keyring
|
RUN pacman -Sy --noconfirm archlinux-keyring
|
||||||
RUN pacman -Suy --noconfirm base-devel
|
RUN pacman -Suy --noconfirm base-devel nodejs git
|
||||||
|
|
||||||
RUN chmod 700 /.gnupg
|
RUN chmod 700 /.gnupg
|
||||||
|
|
|
@ -32,4 +32,4 @@ deps=( ./deps/* )
|
||||||
# Build the damn thing
|
# Build the damn thing
|
||||||
sudo -u builder GNUPGHOME="/.gnupg" makepkg "$@"
|
sudo -u builder GNUPGHOME="/.gnupg" makepkg "$@"
|
||||||
|
|
||||||
chown -R root:root /buildroot
|
chown -R root:root /buildroot/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user