From 7c2d385102e61d7eb7bf5ee75168be8225dd2844 Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 18 Jun 2016 13:02:18 +0800 Subject: [PATCH] fix youtube-dl --- youtube/youtube-dl/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube/youtube-dl/Dockerfile b/youtube/youtube-dl/Dockerfile index 9c763f9..d1f95d4 100644 --- a/youtube/youtube-dl/Dockerfile +++ b/youtube/youtube-dl/Dockerfile @@ -8,6 +8,7 @@ MAINTAINER kev RUN set -xe \ && apk add --no-cache ca-certificates \ ffmpeg \ + openssl \ python \ && wget -O- https://bootstrap.pypa.io/get-pip.py | python \ && pip install youtube-dl