From a082bf83cf655aef0a8a38aac599fe2246e46aea Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 12 Feb 2021 08:40:08 -0800 Subject: [PATCH] Build container without cache --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b7e2f07..7528e78 100644 --- a/Makefile +++ b/Makefile @@ -128,6 +128,7 @@ container: .container-$(DOTFILE_IMAGE) container-name -e 's|{ARG_FROM}|$(BASEIMAGE)|g' \ Dockerfile.in > .dockerfile-$(OS)_$(ARCH) @docker buildx build \ + --no-cache \ --load \ --platform "$(OS)/$(ARCH)" \ --build-arg HTTP_PROXY=$(HTTP_PROXY) \