summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index c2df154d3401..fd2e0fa00d48 100755
--- a/build.sh
+++ b/build.sh
@@ -7,6 +7,7 @@ docker run \
--entrypoint /usr/bin/bash \
--workdir /srv \
docker.io/archlinux -c '\
+ pacman -Sy --noconfirm archlinux-keyring && \
pacman -Syu --noconfirm pacman-contrib pacman git sudo binutils go gcc && \
git clean -fdx && \
chmod a+w PKGBUILD .SRCINFO . && \