aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-sanity/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-os-chef/sdc-sanity/Dockerfile')
-rw-r--r--sdc-os-chef/sdc-sanity/Dockerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sdc-os-chef/sdc-sanity/Dockerfile b/sdc-os-chef/sdc-sanity/Dockerfile
index be629760bf..3c63c1d156 100644
--- a/sdc-os-chef/sdc-sanity/Dockerfile
+++ b/sdc-os-chef/sdc-sanity/Dockerfile
@@ -11,10 +11,7 @@ COPY chef-repo/cookbooks/. /root/chef-solo/cookbooks/
# install chef-solo
-#RUN curl -L http://www.opscode.com/chef/install.sh | bash
-COPY chef-install.sh /root/
-RUN chmod 770 /root/chef-install.sh
-RUN bash /root/chef-install.sh
+RUN curl -L https://omnitruck.chef.io/install.sh | bash
COPY startup.sh /root/