fix(docker): add python3 dependency into docker image for yt download library

This commit is contained in:
Raiper34
2025-11-15 15:06:28 +00:00
parent 5795f7cc17
commit 46d7c6699b
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -83,6 +83,8 @@ Spooty can be also build from source files on your own.
#### Requirements
- Node v18.19.1 (it is recommended to use `nvm` node version manager to install proper version of node)
- Redis in memory cache
- Ffmpeg
- Python3
#### Process
- install Node v18.19.1 using `nvm install` and use that node version `nvm use`