소스 검색

Add preinstall script.

Robert Middleswarth 2 년 전
부모
커밋
fb5a2dc1a2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"