From bda401806cabc7b18f82bd5ec48d452fcbb43d60 Mon Sep 17 00:00:00 2001 From: myve Date: Wed, 17 Jul 2024 12:40:18 +0000 Subject: [PATCH] Update base.sh --- base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.sh b/base.sh index a8f3be3..5a0c085 100644 --- a/base.sh +++ b/base.sh @@ -201,4 +201,4 @@ curl --fail --silent https://myvelabs.com/lab/archlinux/raw/branch/master/mirror DOCKER_BUILDKIT=1 docker build ./. \ --build-arg pkg=${ARCHPKG:-""} \ --tag myvnc/${BUILDTAG:-base} \ - && rm -f Dockerfile *.sh \ No newline at end of file + && rm -f Dockerfile *.sh mirrorlist \ No newline at end of file