diff --git a/Dockerfile b/Dockerfile index 62e00f8..816fa07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM linuxserver/ffmpeg:6.0-cli-ls98 RUN apt-get update && \ apt-get install -y \ vim p7zip* git mc speedtest-cli rename wget curl procps psmisc \ - openssh-client transmission-cli \ + openssh-client transmission-cli rclone \ python3-bs4 python3-charset-normalizer python3-requests python3-transmissionrpc && \ apt-get install -y --no-install-recommends yt-dlp && \ rm -rf /var/lib/apt/lists/* && \