From efd62ac5b3a25b4c6dcca31e5b51a3f7983e74db Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Mon, 11 Apr 2016 16:24:58 +0000 Subject: [PATCH] Add dependencies for building docker image --- examples/plugins/ebpf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plugins/ebpf/Makefile b/examples/plugins/ebpf/Makefile index 6f9bff932..b06a10220 100644 --- a/examples/plugins/ebpf/Makefile +++ b/examples/plugins/ebpf/Makefile @@ -13,7 +13,7 @@ run: $(UPTODATE) --name $(IMAGE) \ $(IMAGE) -$(UPTODATE): Dockerfile +$(UPTODATE): Dockerfile http-requests.py http-requests.c docker build -t $(IMAGE) . touch $@