aboutsummaryrefslogtreecommitdiffstats
path: root/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'entrypoint.sh')
-rwxr-xr-xentrypoint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index 9df66a9..f0f0066 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -8,6 +8,7 @@ if [ "$DOCKER_ABUILD_DEBUG" = "true" ]; then
PS4='$LINENO: '
fi
+## generate signing keys on first run
if [ ! -r "$HOME/.abuild/abuild.conf" ]; then
abuild-keygen -n -i -a
fi