1
votes

I am trying to download audio from Youtube, preferably .flac, and I need to run my code inside Docker. If I use ubuntu image there is no problem I can download it with apt. However ubuntu image need 1.2 GB space. I want to use python image. How can I do that?