summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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