Packages installed after container creation are not editable
Bug #1638362 reported by
Oxwivi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Libertine |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Please make the list of packages that are installed upon container creation editable.
Changed in libertine: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
How would you specify a list of additional packages to be installed?
The current method to accomplish something similar to this is just to build a bash script containing several commands that looks something like this:
#!/bin/bash
libertine- container- manager create -i mycontainer ... container- manager install-package -i mycontainer -p mypackage container- manager install-package -i mycontainer -p mypackage
libertine-
libertine-