Skip to content

Commit

Permalink
Make sure Docker BuildKit is disabled so parsing of Docker command ou…
Browse files Browse the repository at this point in the history
…tput succeeds
  • Loading branch information
kevinmarty authored and aajain-com committed Dec 22, 2020
1 parent 6a0a9a7 commit 3e72924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif
TARGET ?= $(HOST)
BUILD_TYPE ?= Debug
MAKE := make -f Build/Makefile -j $(shell $(NPROC))
DOCKER_EXE := docker
DOCKER_EXE := DOCKER_BUILDKIT=0 docker
DOCKER ?= 1

DOCKERFILE := Build/Docker/Dockerfile
Expand Down

0 comments on commit 3e72924

Please sign in to comment.