ChimeraOS / chimeraos

A Steam Big Picture based couch gaming OS
MIT License
1.67k stars 116 forks source link

Use archlinux-aur as Docker base image and install InputPlumber as a dependency to build OpenGamepadUI #965

Closed ShadowApex closed 5 months ago

ShadowApex commented 5 months ago

This change uses the archlinux-aur image as the base for building in Docker. It allows us to install packages from the AUR in the container that may be required to build other AUR packages (like OpenGamepadUI)

BoukeHaarsma23 commented 5 months ago

I'm not sure if I agree with these changes, I rather not depend on downstream images here. Furthermore, even if we want to use the downstream one, we dont't need all the python deps anymore in our image.

And why do we need inputplumber in the base image? That baffles me the most