bbc / brave

Basic Real-time AV Editor - allowing you to preview, mix, and route live audio and video streams on the cloud
Apache License 2.0
653 stars 148 forks source link

update Dockerfile to use ubuntu:18.04 #69

Closed sidsethupathi closed 3 years ago

sidsethupathi commented 4 years ago

Ubuntu 18.10 is no longer supported so the apt-get commands fail leaving the Dockerfile unbuildable.

Dropping down to the closest LTS version.

It might be worthwhile updating this to 20.04, but will need an actual maintainer to do that because some of the dependencies no longer exist (eg. libffi6).

moschopsuk commented 3 years ago

Thanks for the PR!