add cachyos general
This commit is contained in:
parent
f44104c0cb
commit
db2e555998
8 changed files with 195 additions and 0 deletions
9
containers/cachyos/general/build.sh
Executable file
9
containers/cachyos/general/build.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue