diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..e90d862b3 --- /dev/null +++ b/Dockerfile @@ -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 \ No newline at end of file