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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user