summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-07-17 03:09:14 +0200
committerLinus Nordberg <linus@nordu.net>2016-07-17 03:09:14 +0200
commit9b6dd50fd24b8875b773f6a250bd1752c3cb6492 (patch)
tree071340dd12477fbe1285b08b7c679a402d2763d4
parent6c10628490d1549340000a15a051eb40f13c09ca (diff)
`--rm' is the default.
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b21d0e2..fd71c39 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
catlfish-dev catlfish-dev-lunahsm:
- docker build --no-cache --rm -t $@:latest $@
+ docker build --no-cache -t $@:latest $@
erlang:
- docker build --no-cache --rm -t $@:latest $@
+ docker build --no-cache -t $@:latest $@
base:
- docker build --no-cache --rm -t $@:latest base-debian:jessie
+ docker build --no-cache -t $@:latest base-debian:jessie
onion:
- docker build --no-cache --rm -t $@:latest $@
+ docker build --no-cache -t $@:latest $@
catlfish:
FIXME