Build container without cache

This commit is contained in:
Tim Hockin 2021-02-12 08:40:08 -08:00
parent 45852714fc
commit a082bf83cf
1 changed files with 1 additions and 0 deletions

View File

@ -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) \