-
|
We are currently building a "bookworm" image with the standard package sources "main" and "non-free-firmware". So far, so good. With just the two sources "main" and "non-free-firmware" there is of course no package "phppgadmin" found during the build process. But if I add "bookworm-backports" to the list of components, then I get errors, because that component cannot be found on the Debian servers. I can add "bookworm-backports" later to /etc/apt/sources.list and install phppgadmin manually without any problems, but I need it to be contained in our image. What is the correct way to archive this? We have this debootstrap block `actions:
And later we have this apt block
Any hints are welcome! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You can add a Alternately, it's also possible to use an |
Beta Was this translation helpful? Give feedback.
-
|
That additional action did the job! Perfect! Many thanks! |
Beta Was this translation helpful? Give feedback.
You can add a
runaction adding the backport repository like:Alternately, it's also possible to use an
overlayaction to add new files into/etc/apt/sources.list.d.