diff --git a/Dockerfile b/Dockerfile index cf7bbf5..838d90e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM linuxserver/ffmpeg:7.0-cli-ls132 RUN apt-get update && \ apt-get install -y \ vim p7zip* git mc rename wget curl procps psmisc \ - openssh-client transmission-cli speedtest-cli rclone \ + openssh-client transmission-cli speedtest-cli \ python3-requests python3-transmissionrpc && \ apt-get install -y --no-install-recommends mame-tools yt-dlp && \ rm -rf /var/lib/apt/lists/* && \