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