Modify Eolearn docker file to include ffmpeg

Hi @tonish,

I think you have to install ffmpeg-python Python package. So I recommend adding a line

pip3 install --no-cache-dir ffmpeg-python

into your dockerfile.

I also see that there exist a bunch of different ffmpeg packages and we never specified which one should be used. We’ll try to improve that in the future.