From 46ca6c34e3587fb1ea1980113ad801780d223bb5 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Tue, 12 Nov 2024 12:48:59 +0100 Subject: [PATCH] feat: :heavy_plus_sign: add lftp --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 641fd54..787c522 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM linuxserver/ffmpeg:6.0-cli-ls104 RUN apt-get update && \ apt-get install -y \ - vim p7zip* git mc rename wget curl procps psmisc \ + vim p7zip* git mc lftp rename wget curl procps psmisc \ openssh-client transmission-cli speedtest-cli \ python3-pip python3-requests python3-transmissionrpc && \ apt-get install -y --no-install-recommends mame-tools && \