mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
update youtube-dl (FIX #141)
This commit is contained in:
parent
fd0f973be8
commit
ca05da06f6
@ -2,7 +2,7 @@
|
||||
# Dockerfile for youtube-dl
|
||||
#
|
||||
|
||||
FROM python:3.9-alpine
|
||||
FROM python:3-alpine
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
RUN set -xe \
|
||||
@ -10,10 +10,8 @@ RUN set -xe \
|
||||
ffmpeg \
|
||||
openssl \
|
||||
aria2 \
|
||||
&& pip3 install --no-cache-dir youtube-dl
|
||||
|
||||
# Try to run it so we know it works
|
||||
RUN youtube-dl --version
|
||||
&& pip3 install --no-cache-dir youtube-dl \
|
||||
&& youtube-dl --version
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user