my-ostree-OS/containers/cachyos/general/build.sh

9 lines
291 B
Bash
Raw Normal View History

2023-11-05 15:30:06 +01:00
#!/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