feat: add lftp
All checks were successful
dl / lint (push) Successful in 1m45s
dl / docker (push) Successful in 7m38s

This commit is contained in:
Michel Roux 2024-11-12 12:48:59 +01:00
parent e484bf2b13
commit 46ca6c34e3

View File

@ -7,7 +7,7 @@ FROM linuxserver/ffmpeg:6.0-cli-ls104
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y \ 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 \ openssh-client transmission-cli speedtest-cli \
python3-pip python3-requests python3-transmissionrpc && \ python3-pip python3-requests python3-transmissionrpc && \
apt-get install -y --no-install-recommends mame-tools && \ apt-get install -y --no-install-recommends mame-tools && \