voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
579 stars 107 forks source link

Dockerfile: Ubuntu wily is no longer maintained #195

Open nightvisi0n opened 6 years ago

nightvisi0n commented 6 years ago

Ubuntu wily's EOL was on July 28, 2016 (according to https://wiki.ubuntu.com/Releases).
As a result a build of the Dockerfile fails because of unreachable package repositories:

[...]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/wily/main/source/Sources  404  Not Found [IP: 91.189.88.162 80]
[...]

We should move to a supported Ubuntu version in the Dockerfile. What about a LTS release (e.g. 16.04.4 LTS AKA Xenial Xerus)? Or should we move to a Debian based Docker image? AFAIK this would match the production setup more closely?

MaZderMind commented 6 years ago

@nightvisi0n Voctomix should run without additional dependencies on both, Ubuntu 16.04 LTS and Debian Stretch. I usually do my development on Ubuntu 16.04, the production boxes run Debian Stretch, so both would be fine to me.