add chef-install.sh until LF will fix curl
[sdc.git] / sdc-os-chef / sdc-sanity / Dockerfile
index dae7fdc..86d6522 100644 (file)
@@ -11,7 +11,8 @@ COPY chef-repo/cookbooks/. /root/chef-solo/cookbooks/
 
 
 # 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/