Add psmisc
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2022-09-04 09:22:49 +00:00
parent f3ffe38195
commit 2ec21aa75c
1 changed files with 1 additions and 1 deletions

View File

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