Use buildkit to build docker images

This commit is contained in:
cytopia
2022-04-03 15:56:09 +02:00
parent 70a19575bb
commit b42b7789df

View File

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