aboutsummaryrefslogtreecommitdiff
path: root/bind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bind/Makefile')
-rw-r--r--bind/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bind/Makefile b/bind/Makefile
index 2045b05..b1e37b4 100644
--- a/bind/Makefile
+++ b/bind/Makefile
@@ -1,10 +1,10 @@
1IMAGE=docker.crute.me/bind:latest 1IMAGE=docker.crute.me/bind:latest
2 2
3all: 3all:
4 CGO_ENABLED=0 go build -o bind_bootstrap main.go 4 #CGO_ENABLED=0 go build -o bind_bootstrap main.go
5 docker pull alpine:edge 5 docker pull alpine:edge
6 docker build -t $(IMAGE) . 6 docker build -t $(IMAGE) .
7 rm bind_bootstrap 7 #rm bind_bootstrap
8 8
9all-no-cache: 9all-no-cache:
10 docker build --no-cache -t $(IMAGE) . 10 docker build --no-cache -t $(IMAGE) .