Hi Andy,
It looks like this package is expecting the ffmpeg
application to be installed. Try adding a line to your Dockerfile like:
RUN apt-get update && apt-get install -y ffmpeg
Hi Andy,
It looks like this package is expecting the ffmpeg
application to be installed. Try adding a line to your Dockerfile like:
RUN apt-get update && apt-get install -y ffmpeg