.DEFAULT_GOAL = all

.PHONY: all
all:
	@docker build -t stackrox/benchmark-collector:stats .
