summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b89481cb..8bf961bc 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,10 @@ all:
cat Makefile
+run-no-cache:
+ make run TESTENV_OPTS=--no-cache
+
+
run:
sudo modprobe loop
docker build $(TESTENV_OPTS) --rm --tag $(TESTENV_IMAGE) -f testenv/Dockerfile .