From 4ee89d33f6a33849b3168a2cb60187c81449841b Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 12 Jun 2023 17:12:47 +0000 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6e158a..34d2986 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM linuxserver/ffmpeg:5.1.2-cli-ls88 RUN apt-get update && \ apt-get install -y \ - vim p7zip* git ncftp speedtest-cli rename wget curl procps psmisc \ + vim p7zip* git mc 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 && \