summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fd71c39..b21d0e2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
catlfish-dev catlfish-dev-lunahsm:
- docker build --no-cache -t $@:latest $@
+ docker build --no-cache --rm -t $@:latest $@
erlang:
- docker build --no-cache -t $@:latest $@
+ docker build --no-cache --rm -t $@:latest $@
base:
- docker build --no-cache -t $@:latest base-debian:jessie
+ docker build --no-cache --rm -t $@:latest base-debian:jessie
onion:
- docker build --no-cache -t $@:latest $@
+ docker build --no-cache --rm -t $@:latest $@
catlfish:
FIXME