2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 21:33:02 +01:00

update youtube-dl

This commit is contained in:
kev
2016-06-16 22:14:54 +08:00
parent 04e6105b65
commit b07cbeabd8

View File

@@ -5,13 +5,12 @@
FROM alpine FROM alpine
MAINTAINER kev <noreply@easypi.info> MAINTAINER kev <noreply@easypi.info>
RUN apk add -U ca-certificates \ RUN set -xe \
&& apk add --no-cache ca-certificates \
ffmpeg \ ffmpeg \
python \ python \
&& rm -rf /var/cache/apk/* \
&& wget -O- https://bootstrap.pypa.io/get-pip.py | python \ && wget -O- https://bootstrap.pypa.io/get-pip.py | python \
&& pip install youtube-dl \ && pip install youtube-dl
&& mkdir -p /data
WORKDIR /data WORKDIR /data