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