summaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-elasticsearch/Dockerfile
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-02-22 14:27:44 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-02-22 14:27:44 +0000
commitb497ed09bb1e45291248cbff7867a8eb2770a282 (patch)
treeb72b5ea88e818d7801cf85256653589935b3b4a6 /sdc-os-chef/sdc-elasticsearch/Dockerfile
parenta90804db040ed39e7541b8778c283a25b18d31b8 (diff)
parentf79a5d16b6c089ed6030c745f61b0c651e7bbde2 (diff)
Merge "copy chef-install.sh into docker"
Diffstat (limited to 'sdc-os-chef/sdc-elasticsearch/Dockerfile')
-rw-r--r--sdc-os-chef/sdc-elasticsearch/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-elasticsearch/Dockerfile b/sdc-os-chef/sdc-elasticsearch/Dockerfile
index 192c728228..92821e58ae 100644
--- a/sdc-os-chef/sdc-elasticsearch/Dockerfile
+++ b/sdc-os-chef/sdc-elasticsearch/Dockerfile
@@ -13,7 +13,9 @@ ENV BASE_NEXUS zl999y:ChangeMe@10.208.197.75:8443/repository/maven-public/org/op
# install chef-solo
#RUN curl -L http://www.opscode.com/chef/install.sh | bash
-RUN bash chef-install.sh
+COPY chef-install.sh /root/
+RUN chmod 770 /root/chef-install.sh
+RUN bash /root/chef-install.sh
COPY startup.sh /root/