diff --git a/scripts/_common.sh b/scripts/_common.sh index 44aed53..7262bd9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="libpq5" +pkg_dependencies="libpq5 rsync" pkg_image="vaultwarden/server"