I’m developing a python app that uses an audio package which makes calls to ffmpeg.
It was working ok in my computer as I had ffmpeg installed in the OS, but failed in another computer as I was missing it.
The general question is how can I be sure that the flox environment has all the dependencies needed.
I know this could be vague, “ls” is a needed dependency? But wanted to know if I’m missing something.
I can remove everything in the path but flox, but there are still access to files, libraries, etc.
I guess that it’s a good selling point of docker, you have to be explicit about everything needed
Thanks!