mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): install archlinux-keyring before deps
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
ae977e9440
commit
2badd32dfd
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
# robust development ecosystem.
|
# robust development ecosystem.
|
||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
|
|
||||||
|
# Install/update archlinux-keyring without cache.
|
||||||
|
pacman -Syu --noconfirm --noprogressbar archlinux-keyring
|
||||||
|
|
||||||
|
# Install/update Arch Linux dependencies.
|
||||||
pacman -Syu --noconfirm --noprogressbar \
|
pacman -Syu --noconfirm --noprogressbar \
|
||||||
--cachedir .pkg-cache git gpgme nginx redis openssh \
|
--cachedir .pkg-cache git gpgme nginx redis openssh \
|
||||||
mariadb mariadb-libs cgit-aurweb uwsgi uwsgi-plugin-cgi \
|
mariadb mariadb-libs cgit-aurweb uwsgi uwsgi-plugin-cgi \
|
||||||
|
|
Loading…
Add table
Reference in a new issue