mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): update archlinux-keyring prior to -Syu
When the Docker image is outdated, we need to fetch updated archlinux-keyring keys to perform an -Syu without problems. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
88cb1096c0
commit
ec3295ffd4
1 changed files with 10 additions and 4 deletions
|
@ -4,11 +4,17 @@
|
||||||
# robust development ecosystem.
|
# robust development ecosystem.
|
||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
|
|
||||||
|
# Update and rollout archlinux-keyring keys.
|
||||||
|
pacman-key --init
|
||||||
|
pacman-key --updatedb
|
||||||
|
pacman-key --populate
|
||||||
|
|
||||||
|
# Install other OS 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 \
|
||||||
php php-fpm memcached php-memcached python-pip pyalpm \
|
php php-fpm memcached php-memcached python-pip pyalpm \
|
||||||
python-srcinfo curl libeatmydata cronie python-poetry \
|
python-srcinfo curl libeatmydata cronie python-poetry \
|
||||||
python-poetry-core step-cli step-ca asciidoc
|
python-poetry-core step-cli step-ca asciidoc
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
Loading…
Add table
Reference in a new issue