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 $@