🗃 Modified: Dockerfile 🗃

ll
This commit is contained in:
casjay 2022-10-07 16:01:45 -04:00
parent 40d9597bad
commit 1814097a4f
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -15,6 +15,7 @@ RUN mkdir -p /bin/ /config/ /data/ && \
apk update -U --no-cache && \
apk add --no-cache \
ffmpeg \
aria2c \
py3-pip && \
curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && \
curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp && \