From 166dad23dfe637700f43e87473ca48de662f3743 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 22 Jul 2023 00:00:23 +0200 Subject: fix build.sh debug script --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 3009efc..0d6ecd4 100755 --- a/build.sh +++ b/build.sh @@ -2,8 +2,8 @@ DOCKER=podman -podman image prune +#podman image prune $DOCKER pull archlinux:base-devel -$DOCKER build --no-cache -t aurbuilder docker/ +$DOCKER build --no-cache -t aurbuilder container/ #$DOCKER build -t aurbuilder docker/ -- cgit v1.2.3