Mise à jour de 'Dockerfile'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2022-12-09 01:16:03 +00:00
parent 2438ea16a3
commit 3985fbcf38
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM linuxserver/ffmpeg:4.4-cli-ls69
RUN apt-get update && \
apt-get install -y \
vim p7zip* git rsync lftp speedtest-cli rename megatools wget curl procps psmisc \
vim p7zip* git rsync lftp speedtest-cli rename wget curl procps psmisc \
openssh-client transmission-cli python3-pip \
python3-requests python3-bs4 python3-dnspython && \
rm -rf /var/lib/apt/lists/*