mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update youtube-dl
This commit is contained in:
parent
4110b9fc87
commit
618f974c2a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user