Fix docker build
diff --git a/centos-7/template.json b/centos-7/template.json
index 829405f..e29a302 100644
--- a/centos-7/template.json
+++ b/centos-7/template.json
@@ -40,6 +40,14 @@
             "scripts/cleanup.sh",
             "scripts/zerodisk.sh"
           ]
+	},
+	"docker": {
+          "scripts": [
+            "scripts/docker.sh",
+            "scripts/base.sh",
+	    "scripts/salt.sh",
+            "scripts/cleanup.sh"
+          ]
 	}
       }
     }