@@ -1,5 +1,5 @@
|
||||
FROM localhost/spark
|
||||
RUN pacman -Suy --noconfirm base-devel git
|
||||
RUN pacman -Suy --noconfirm base-devel
|
||||
|
||||
COPY locale.gen /etc/locale.gen
|
||||
RUN locale-gen
|
||||
|
@@ -3,7 +3,6 @@
|
||||
|
||||
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export PKG_URL=$1
|
||||
|
||||
# Upgrade
|
||||
pacman -Suy --noconfirm
|
||||
@@ -18,4 +17,4 @@ printf '%s ALL=(ALL) NOPASSWD: /usr/bin/pacman\n' "$BUILDUSER" > /etc/sudoers.d/
|
||||
cd /buildroot
|
||||
|
||||
# Build the damn thing
|
||||
sudo -u "$BUILDUSER" GNUPGHOME="/.gnupg" makepkg -s --noconfirm -L
|
||||
sudo -u "$BUILDUSER" GNUPGHOME="/.gnupg" makepkg "$@"
|
||||
|
Reference in New Issue
Block a user