Update dependencies configuration for DEB/RPM packages
Since we're providing Runner also as a DEB/RPM package I think we should:
- do a research of all required/suggested dependencies (like for example
xz-utils
in case whendocker
executor is used, ortzdata
whenOffPeakTimezone
fordocker+machine
executor is used), - update configuration of packages build with these dependencies (we have some already).
The only problem I can see now (and we should check how big this problem is) is that different distributions can use the same package format (e.g. DEB), but the naming and versioning of packages can by totally different.