Closed adswa closed 2 years ago
As far as I am aware, just adding contrib
and nonfree
should be sufficient. And that's only if they even need deps from those sections.
I think this simple change is all that is needed. Perhaps @mih knows something I don't.
The one inconvenient thing is that with the current naming of built environments the non-free and default template result in a the same container name. It is singularity-amb64.sif
for both templates for me. Filed #100.
closing in favor of #108
I'm trying to see what it takes to create a build environment for contrib or nonfree packages. In this PR, I just added a line into the recipe that contains 'nonfree' and 'contrib' in
/etc/apt/sources.list
as well. Is this enough, and if not, what else is missing?