update youtube-dl

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

View File

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