mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-22 05:09:09 +02:00
update youtube-dl
This commit is contained in:
parent
04e6105b65
commit
b07cbeabd8
@ -5,13 +5,12 @@
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@easypi.info>
|
||||
|
||||
RUN apk add -U ca-certificates \
|
||||
ffmpeg \
|
||||
python \
|
||||
&& rm -rf /var/cache/apk/* \
|
||||
RUN set -xe \
|
||||
&& apk add --no-cache ca-certificates \
|
||||
ffmpeg \
|
||||
python \
|
||||
&& wget -O- https://bootstrap.pypa.io/get-pip.py | python \
|
||||
&& pip install youtube-dl \
|
||||
&& mkdir -p /data
|
||||
&& pip install youtube-dl
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user