aboutsummaryrefslogtreecommitdiff
path: root/build.sh
blob: 0d6ecd46533f23b48c868276a59793795a4a86ac (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/