From 9b6dd50fd24b8875b773f6a250bd1752c3cb6492 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 17 Jul 2016 03:09:14 +0200 Subject: `--rm' is the default. --- Makefile | 8 ++++---- 1 file 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 -- cgit v1.1