From e7a7fab2696ee1997e15a350b4fb1b5071629118 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 19 Feb 2016 12:33:24 +0100 Subject: Add targets for 'erlang', 'base' and 'onion'. --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index bb77ac8..96fd59d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,15 @@ catlfish-dev catlfish-dev-lunahsm: docker build --no-cache --rm -t $@:latest $@ +erlang: + docker build --noc-cache --rm -t $@:latest $@ + +base: + docker build --no-cache --rm -t $@:latest base-debian:jessie + +onion: + docker build --noc-cache --rm -t $@:latest $@ + catlfish: FIXME -- cgit v1.1