aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 36f41b3..3009efc 100755
--- a/build.sh
+++ b/build.sh
@@ -2,6 +2,8 @@
DOCKER=podman
+podman image prune
+
$DOCKER pull archlinux:base-devel
-$DOCKER build --no-cache -t archpkg docker/
-#$DOCKER build -t archpkg docker/
+$DOCKER build --no-cache -t aurbuilder docker/
+#$DOCKER build -t aurbuilder docker/