aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xentrypoint.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index 68f53ff..cc35342 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -13,4 +13,6 @@ if [ ! -r "$HOME/.abuild/abuild.conf" ]; then
abuild-keygen -n -i -a
fi
+cp -v "$HOME"/.abuild/*.pub /etc/apk/keys/
+
exec "$(command -v abuild)" "$@"