1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00

update youtube-dl

This commit is contained in:
kev 2021-04-07 12:36:03 +08:00
parent 4110b9fc87
commit 618f974c2a

@ -2,14 +2,13 @@
# Dockerfile for youtube-dl # Dockerfile for youtube-dl
# #
FROM alpine FROM python:3.9-alpine
MAINTAINER kev <noreply@easypi.pro> MAINTAINER kev <noreply@easypi.pro>
RUN set -xe \ RUN set -xe \
&& apk add --no-cache ca-certificates \ && apk add --no-cache ca-certificates \
ffmpeg \ ffmpeg \
openssl \ openssl \
python3 \
aria2 \ aria2 \
&& pip3 install youtube-dl && pip3 install youtube-dl