Switched to regular docker instead of buildkit

This commit is contained in:
Jef Roosens 2021-03-13 11:57:10 +01:00
parent 825fec349b
commit 13b1bba127
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

@ -15,7 +15,7 @@ release:
.PHONY: release
image: Dockerfile
@ DOCKER_BUILDKIT=1 docker build -t '$(IMAGE)' .
@ docker build -t '$(IMAGE)' .
.PHONY: image