Updated dockerfile to download python3 for yt-dlp support

This commit is contained in:
Isaac Abadi
2021-07-21 23:59:00 -06:00
parent a1841e84ca
commit aa1e36ae35

View File

@@ -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