1 2 3 4 5 6 7 8 9
#!/bin/bash DOCKER=podman #podman image prune $DOCKER pull archlinux:base-devel $DOCKER build --no-cache -t aurbuilder container/ #$DOCKER build -t aurbuilder docker/