diff --git a/Dockerfile b/Dockerfile index 5c36442..098e031 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM linuxserver/ffmpeg:4.4-cli-ls60 RUN apt-get update && \ apt-get install -y \ - vim p7zip* git rsync lftp speedtest-cli rename megatools wget curl procps \ + vim p7zip* git rsync lftp speedtest-cli rename megatools wget curl procps psmisc \ openssh-client transmission-cli python3-requests python3-pip && \ rm -rf /var/lib/apt/lists/* RUN pip3 install yt-dlp && \