reduce docker image size a bit

This commit is contained in:
2022-07-13 17:16:25 +03:00
parent 87ab3683ad
commit f73d1eb424
6 changed files with 37 additions and 19 deletions

View File

@ -33,7 +33,7 @@ fi
ahriman "${AHRIMAN_DEFAULT_ARGS[@]}" repo-setup "${AHRIMAN_SETUP_ARGS[@]}"
# refresh database
runuser -u build -- yay --noconfirm -Syy &> /dev/null
pacman -Syy &> /dev/null
# create machine-id which is required by build tools
systemd-machine-id-setup &> /dev/null