Updated dockerfile to download python3 for yt-dlp support

pull/401/head
Isaac Abadi 4 years ago
parent a1841e84ca
commit aa1e36ae35

@ -29,7 +29,7 @@ RUN addgroup -S $USER -g $GID && adduser -D -S $USER -G $USER -u $UID
RUN apk add --no-cache \
ffmpeg \
npm \
python2 \
python3 \
su-exec \
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
atomicparsley

Loading…
Cancel
Save