Closed JasonN3 closed 8 months ago
https://github.com/JasonN3/build-container-installer/tree/ddf7551727c0d4015f6b428f7ce93bda83da538d contains code to extract a list of refs from a flatpak repo
Probably should close this since it's available? Unless you want this PR to close it: https://github.com/JasonN3/build-container-installer/pull/88
Is your feature request related to a problem? Please describe. Right now the dependencies have to be specified in the list. It would be nice to generate that list from a list of apps
Describe the solution you'd like Run a container prior to building the ISO and install the Flatpaks to a volume that can be read in by the Lorax template
docker run -v flatpaks:/flatpaks ${dest_container} ... flatpak install ...