diff --git a/prosody/appimage_aarch64.yml b/prosody/appimage_aarch64.yml index 17313ad6..81ac549d 100644 --- a/prosody/appimage_aarch64.yml +++ b/prosody/appimage_aarch64.yml @@ -37,6 +37,12 @@ AppDir: - lua5.2 # For an unknown reason, lua-unbound is not found in these repository. # - lua-unbound + # lua-readline and lua-event are recommanded dependencies + # For an unknown reason, lua-readline is not found in these repository. + # - lua-readline + - lua-event + # lua-zlib is suggested. Not sure it is used, by make sense to add. + - lua-zlib - prosody files: diff --git a/prosody/appimage_x86_64.yml b/prosody/appimage_x86_64.yml index 53b7bf6e..74a0103b 100644 --- a/prosody/appimage_x86_64.yml +++ b/prosody/appimage_x86_64.yml @@ -33,7 +33,13 @@ AppDir: include: - lua5.2 + # lua-unbound is needed - lua-unbound + # lua-readline and lua-event are recommanded dependencies + - lua-readline + - lua-event + # lua-zlib is suggested. Not sure it is used, by make sense to add. + - lua-zlib - prosody/bullseye-backports files: