From 23cb1e7781530cec0204d088935ce8142730e92f Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 21 May 2023 23:14:21 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9616a85..2f283ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM linuxserver/ffmpeg:5.1.2-cli-ls85 RUN apt-get update && \ apt-get install -y \ - vim p7zip* git rsync ncftp speedtest-cli rename wget curl procps psmisc \ + vim p7zip* git ncftp speedtest-cli rename wget curl procps psmisc \ openssh-client transmission-cli \ python3-bs4 python3-charset-normalizer python3-requests python3-transmissionrpc && \ apt-get install -y --no-install-recommends yt-dlp && \