diff options
| -rwxr-xr-x | entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh index cc35342..ecd1a86 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -13,6 +13,6 @@ if [ ! -r "$HOME/.abuild/abuild.conf" ]; then abuild-keygen -n -i -a fi -cp -v "$HOME"/.abuild/*.pub /etc/apk/keys/ +sudo cp -v "$HOME"/.abuild/*.pub /etc/apk/keys/ exec "$(command -v abuild)" "$@" |
