From aa1e36ae3504d406a9cf668aedb4c490fa3c86a8 Mon Sep 17 00:00:00 2001 From: Isaac Abadi Date: Wed, 21 Jul 2021 23:59:00 -0600 Subject: [PATCH] Updated dockerfile to download python3 for yt-dlp support --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 68d648d..957657b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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