Browse Source

Add preinstall script.

Robert Middleswarth 2 years ago
parent
commit
fb5a2dc1a2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      template/apps/bind9.json

+ 1 - 0
template/apps/bind9.json

@@ -18,6 +18,7 @@
 	"name": "bind9",
 	"officialDoc": "https://hub.docker.com/r/ubuntu/bind9",
 	"platform": "linux",
+	"preInstallScript": "install_bind9.sh",
 	"ports": [
 		"53:53/tcp",
 		"53:53/udp"