diff --git a/Dockerfile b/Dockerfile index 069450e..7696fdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:11.2-slim +FROM linuxserver/ffmpeg:4.4-cli-ls46 ENV DEBIAN_FRONTEND noninteractive ENV PUID 1000 @@ -8,12 +8,12 @@ ENV LANG C.UTF-8 RUN apt-get update && \ apt-get install -y \ vim p7zip* git rsync lftp speedtest-cli rename megatools wget curl procps \ - openssh-client transmission-cli python3-requests youtube-dl && \ + openssh-client transmission-cli python3-requests && \ rm -rf /var/lib/apt/lists/* RUN curl -sSL https://raw.githubusercontent.com/tremc/tremc/master/tremc -o /usr/local/bin/tremc && \ + curl -sSL https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && \ 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 && \ - groupadd -g $PGID xefir && adduser --uid $PUID --gid $PGID --disabled-password --gecos "" xefir && \ update-alternatives --set editor /usr/bin/vim.basic COPY ./commands/* /usr/local/bin/