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-backend/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-backend/Dockerfile')
-rw-r--r-- | sdc-os-chef/sdc-backend/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-backend/Dockerfile b/sdc-os-chef/sdc-backend/Dockerfile index 053c403a52..ebb56a41d5 100644 --- a/sdc-os-chef/sdc-backend/Dockerfile +++ b/sdc-os-chef/sdc-backend/Dockerfile @@ -14,7 +14,8 @@ RUN python /root/chef-solo/cookbooks/sdc-normatives/files/default/get-pip.py RUN pip install pycurl # 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 ADD onboarding-be-__SDC-RELEASE__.war ${JETTY_BASE}/webapps/ ADD catalog-be-__SDC-RELEASE__.war ${JETTY_BASE}/webapps/ |