commit | 9c35d48fde2413bc0975695a4f796b16dd708e98 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Feb 16 14:43:50 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Feb 16 14:43:50 2016 +0100 |
tree | f09d731c2797f729f332043be672a77aa5f78b36 | |
parent | 0648fca0d07403e15d3c741ede70970b4c5b1ae8 [diff] [blame] |
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" + ] } } }