1
0
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:
huming 2015-12-23 22:06:42 +08:00
parent 07b88cffce
commit 9e481266ab

7
Dockerfile Normal file
View 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