diff options
author | Grinberg Moti <mg877n@att.com> | 2017-02-22 12:01:00 +0200 |
---|---|---|
committer | Grinberg Moti <mg877n@att.com> | 2017-02-22 12:01:00 +0200 |
commit | 7aea13f3d9a93e56554c764c36d924d31690a689 (patch) | |
tree | 3ea1bb120b3f9c7fa1aae44d1d97778bfc796c4d /sdc-os-chef/sdc-elasticsearch/Dockerfile | |
parent | da29ad6691f08473a63a8dc0e1a6df0f07546869 (diff) |
add chef-install.sh until LF will fix curl
Change-Id: Icf5b5ab19b65c9c367d15cec1293c8325b4bdb97
Signed-off-by: Grinberg Moti <mg877n@att.com>
Diffstat (limited to 'sdc-os-chef/sdc-elasticsearch/Dockerfile')
-rw-r--r-- | sdc-os-chef/sdc-elasticsearch/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-elasticsearch/Dockerfile b/sdc-os-chef/sdc-elasticsearch/Dockerfile index ec0e7f79f7..d6abd195af 100644 --- a/sdc-os-chef/sdc-elasticsearch/Dockerfile +++ b/sdc-os-chef/sdc-elasticsearch/Dockerfile @@ -12,7 +12,8 @@ COPY chef-repo/cookbooks /root/chef-solo/cookbooks/ ENV BASE_NEXUS zl999y:ChangeMe@10.208.197.75:8443/repository/maven-public/org/openecomp/sdc # install chef-solo -RUN curl -L http://www.opscode.com/chef/install.sh | bash +#RUN curl -L http://www.opscode.com/chef/install.sh | bash +bash chef-install.sh COPY startup.sh /root/ |