Update Dockerfile

This commit is contained in:
Marco Piovanello
2025-04-13 20:13:59 +02:00
committed by GitHub
parent f578f44cfd
commit 8a73079fad

View File

@@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o yt-dlp-webui
FROM python:3.13.2-alpine3.21
RUN apk update && \
apk add ffmpeg ca-certificates curl wget gnutls && \
apk add ffmpeg ca-certificates curl wget gnutls --no-cache && \
pip install "yt-dlp[default,curl-cffi,mutagen,pycryptodomex,phantomjs,secretstorage]"
VOLUME /downloads /config