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…
x
Reference in New Issue
Block a user