From f9b2092bd97af5fec454fac09e739f090b987be2 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Tue, 14 Jul 2020 20:14:21 -0700 Subject: [PATCH] stacker: fix stacker build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 946e0870..47e7a711 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ binary-container: .PHONY: binary-stacker binary-stacker: - stacker build --roots ${TMPDIR} --substitute PWD=$$PWD + stacker --roots-dir ${TMPDIR} build --substitute PWD=$$PWD .PHONY: image image: