Switched to regular docker instead of buildkit
This commit is contained in:
parent
825fec349b
commit
13b1bba127
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -15,7 +15,7 @@ release:
|
|||
.PHONY: release
|
||||
|
||||
image: Dockerfile
|
||||
@ DOCKER_BUILDKIT=1 docker build -t '$(IMAGE)' .
|
||||
@ docker build -t '$(IMAGE)' .
|
||||
.PHONY: image
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue