aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2023-07-16 20:30:03 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2023-07-16 20:30:03 +0200
commit05d0aafd6d7cd8f27fcf7f32ff5877e761145f1e (patch)
tree47cf927294021e82c066fe4ab203f9cad7f864a5 /build.sh
parent6ade883494654fb0c79ddd856c925457a9fdc1be (diff)
downloadaurbuilder-05d0aafd6d7cd8f27fcf7f32ff5877e761145f1e.tar.gz
OwO
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/