summaryrefslogtreecommitdiff
path: root/bind9/build
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbind9/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/bind9/build b/bind9/build
new file mode 100755
index 0000000..f38f081
--- /dev/null
+++ b/bind9/build
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+. ../env
+
+IMAGE=bind9
+
+init
+buildx