manbearwiz / youtube-dl-server

Web / REST interface for downloading youtube videos onto a server.
MIT License
879 stars 284 forks source link

Update Dockerfile to use Python 3.10 #163

Closed iansinnott closed 7 months ago

iansinnott commented 11 months ago

I was getting build errors using python:alpine. The latest python getting pulled caused an issue running the pip install for uvloop.

manbearwiz commented 11 months ago

can you elaborate on the error? the CI is passing on all platforms.