diff --git a/Makefile b/Makefile index 116c283..c89d9cc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: default default: out/nitro.eif -out/nitro.eif: Cargo.lock Cargo.toml $(shell git ls-files crates) +out/nitro.eif: Cargo.lock Cargo.toml Containerfile $(shell git ls-files crates) docker build \ --progress=plain \ --output type=local,rewrite-timestamp=true,dest=out \