No description
.gitignore | ||
add-aur.sh | ||
Containerfile | ||
extra-packages | ||
Makefile | ||
my-extra-packages | ||
README.md |
daylinbox
Container definition for use with distrobox. It's loosely based on the existing container defined here.
To use ensure podman
is installed.
Then build the image:
make build
Then create and enter a distrobox:
distrobox create -i daylinbox
distrobox enter daylinbox
./extra-packages
was copied over from the original container build.
./my-extra-packages
is the list of tools I want around in these containers.
possible future improvements
- addition of
pixi
- make microsoft build and host the image?