add cachyos general

This commit is contained in:
Anders Rytter Hansen 2023-11-05 15:30:06 +01:00
commit db2e555998
8 changed files with 195 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#!/bin/sh
APPNAME="general"
podman build -t andersrh/cachyos/$APPNAME -f cachyos.Dockerfile .
podman rm -f $APPNAME-cachyos
distrobox create --image andersrh/cachyos/$APPNAME --home ~/containers/$APPNAME/ $APPNAME-cachyos
distrobox enter $APPNAME-cachyos -- distrobox-export --app codium