mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-26 17:58:24 +08:00
Add support for docker
This commit is contained in:
parent
07b88cffce
commit
9e481266ab
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM gliderlabs/alpine:3.2
|
||||
|
||||
RUN apk --update add ca-certificates python
|
||||
|
||||
ADD https://yt-dl.org/latest/youtube-dl /usr/local/bin/youtube-dl
|
||||
|
||||
RUN chmod a+rx /usr/local/bin/youtube-dl
|
Loading…
Reference in New Issue
Block a user