aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xentrypoint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index b56f5a1..2c068a0 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -16,5 +16,6 @@ fi
( . "$HOME/.abuild/abuild.conf" ; if [ ! -s "$PACKAGER_PRIVKEY" ]; then abuild-keygen -n -a; fi )
sudo cp -v "$HOME"/.abuild/*.rsa.pub /etc/apk/keys/
+sudo apk -U upgrade -a
exec "$(command -v abuild)" "$@"