From d17725b94e6c026447a4749f015835e0d408290e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Wed, 10 Apr 2024 21:20:02 +0200 Subject: [PATCH] Update manifest.toml: simplify dependencies --- manifest.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 546b872..67645cc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -65,10 +65,8 @@ ram.runtime = "200M" [resources.apt] packages = [ - "ntp", "ca-certificates", "unzip", "curl", "cron", "locate", "tar", - "telnet", "wget", "logrotate", "fail2ban", "dos2unix", "ntpdate", "htop", - "iotop", "vim", "iftop", "smbclient", "git", "python3", "python3-pip", - "software-properties-common", "libexpat1", "ssl-cert", "apt-transport-https", + "unzip", "cron", "locate", "tar", + "logrotate", "dos2unix", "python3", "python3-pip", "libexpat1", "xvfb", "cutycapt", "xauth", "duplicity", "at", "ffmpeg", "php7.4-curl",