Add real youtube-dl package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9e502f056b
commit
1c0da752d1
@ -12,4 +12,3 @@ steps:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
|
@ -6,11 +6,10 @@ ENV PGID 1000
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y vim ffmpeg p7zip* git rsync lftp speedtest-cli rename megatools wget curl procps \
|
||||
openssh-client transmission-cli python3-pip python3-requests && \
|
||||
apt-get install -y vim p7zip* git rsync lftp speedtest-cli rename megatools wget curl procps \
|
||||
openssh-client transmission-cli python3-pip python3-requests youtube-dl && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN pip3 install youtube_dl && \
|
||||
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 && \
|
||||
groupadd -g $PGID xefir && adduser --uid $PUID --gid $PGID --disabled-password --gecos "" xefir && \
|
||||
|
Loading…
Reference in New Issue
Block a user