diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-05-18 10:53:48 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-05-21 20:11:53 +0000 |
commit | 3766ea7fd81a64b1bce5d8d73ba34c685e41acb0 (patch) | |
tree | 577323321d9a81ae94c787255d668b9fafe5e571 | |
parent | 08ec00773574e0cbc8bda0948323a8ea15a27a88 (diff) | |
download | docker-abuild-3766ea7fd81a64b1bce5d8d73ba34c685e41acb0.tar.bz2 docker-abuild-3766ea7fd81a64b1bce5d8d73ba34c685e41acb0.tar.xz |
entrypoint: update indexes and world
-rwxr-xr-x | entrypoint.sh | 1 |
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)" "$@" |