diff --git a/Dockerfile b/Dockerfile index 3dfb3d2..d445b50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,11 +3,10 @@ FROM linuxserver/ffmpeg:5.1.2-cli-ls71 RUN apt-get update && \ apt-get install -y \ vim p7zip* git rsync lftp speedtest-cli rename wget curl procps psmisc \ - openssh-client transmission-cli python3-pip \ + openssh-client transmission-cli yt-dlp \ python3-requests python3-bs4 python3-dnspython && \ rm -rf /var/lib/apt/lists/* -RUN pip3 install yt-dlp && \ - curl -sSL https://raw.githubusercontent.com/tremc/tremc/master/tremc -o /usr/local/bin/tremc && \ +RUN curl -sSL https://raw.githubusercontent.com/tremc/tremc/master/tremc -o /usr/local/bin/tremc && \ curl -sSL https://github.com/drone/drone-cli/releases/latest/download/drone_linux_amd64.tar.gz | tar xvz && \ install -vt /usr/local/bin drone && rm -vf drone && \ update-alternatives --set editor /usr/bin/vim.basic