my-ostree-OS/containers/cachyos/general/build.sh
Anders Rytter Hansen db2e555998 add cachyos general
2023-11-05 15:34:16 +01:00

9 lines
291 B
Bash
Executable file

#!/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