make run-no-cache

This commit is contained in:
Devaev Maxim
2018-11-07 05:27:46 +03:00
parent 236e51d956
commit e9dad49ec4

View File

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