mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 18:36:44 +00:00
add youtube-dl
This commit is contained in:
8
youtube-dl/Dockerfile
Normal file
8
youtube-dl/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3-alpine
|
||||
|
||||
MAINTAINER Newnius <newnius.cn@gmail.com>
|
||||
|
||||
RUN wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl && \
|
||||
chmod a+rx /usr/local/bin/youtube-dl
|
||||
|
||||
CMD ["youtube-dl", "--help"]
|
||||
Reference in New Issue
Block a user