diff --git a/Dockerfile b/Dockerfile index e05652a..642286b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM linuxserver/ffmpeg:5.1.2-cli-ls72 RUN apt-get update && \ apt-get install -y \ - vim p7zip* git rsync lftp speedtest-cli rename wget curl procps psmisc \ + vim p7zip* git rsync ncftp speedtest-cli rename wget curl procps psmisc \ openssh-client transmission-cli python3-pip \ python3-requests python3-bs4 && \ rm -rf /var/lib/apt/lists/*