aboutsummaryrefslogtreecommitdiff
path: root/debug/build.sh
blob: f9fef1358eb7cd0155ba936f73a44d104a0c4511 (plain)
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/