Switched to regular docker instead of buildkit

master
Jef Roosens 2021-03-13 11:57:10 +01:00
parent 825fec349b
commit 13b1bba127
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 1 deletions

View File

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