summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-02-19 12:33:24 +0100
committerLinus Nordberg <linus@nordu.net>2016-02-19 12:33:24 +0100
commite7a7fab2696ee1997e15a350b4fb1b5071629118 (patch)
tree12c7ad872ea04ccc697740476b5b901faaf73736
parent65f523f2f7bf4b3fbefc18e52654744e03cef319 (diff)
Add targets for 'erlang', 'base' and 'onion'.
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
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