From b42b7789df3f4379813b24faa7c64f98cc8afb65 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 3 Apr 2022 15:56:09 +0200 Subject: [PATCH] Use buildkit to build docker images --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0c9b2fc..24b9d08 100644 --- a/Makefile +++ b/Makefile @@ -123,6 +123,9 @@ EXT_DIR=$$( docker run --rm --platform $(ARCH) --entrypoint=php $(IMAGE):$(BASE_ ) endif +# Use Buldkit for building +export DOCKER_BUILDKIT=1 + .PHONY: build build: check-stage-is-set build: check-parent-image-exists