summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-12-03 17:33:24 +0100
committerLinus Nordberg <linus@nordu.net>2016-12-03 17:33:24 +0100
commit2f6eae1976113563e46cc5a38f1d8b8e2143818c (patch)
treec7f5d473f8f5ff7b5a1ba3de15a409f546070e42
parent9b6dd50fd24b8875b773f6a250bd1752c3cb6492 (diff)
Revert "`--rm' is the default."
This turned out to not be true. This reverts commit 9b6dd50fd24b8875b773f6a250bd1752c3cb6492.
-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