mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-12 23:41:29 +03:00
Updated dockerfile to download python3 for yt-dlp support
This commit is contained in:
@@ -29,7 +29,7 @@ RUN addgroup -S $USER -g $GID && adduser -D -S $USER -G $USER -u $UID
|
|||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
npm \
|
npm \
|
||||||
python2 \
|
python3 \
|
||||||
su-exec \
|
su-exec \
|
||||||
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
||||||
atomicparsley
|
atomicparsley
|
||||||
|
|||||||
Reference in New Issue
Block a user