From ff6a7fbaf149ae0ece09f86630ee9ed9429040f4 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 6 Nov 2022 22:36:49 +0100 Subject: asdf --- build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 4f4c609..6d733c3 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,5 @@ #!/bin/bash docker pull archlinux:base-devel +#docker build --no-cache -t archpkg . docker build -t archpkg . -- cgit v1.2.3