From c3bda48fbb4250bc409afe44684a147d0b08573c Mon Sep 17 00:00:00 2001 From: Grinberg Moti Date: Thu, 23 Feb 2017 11:24:34 +0200 Subject: set url to https://omnitruck.chef.io/install.sh Change-Id: I1eb228adf80e44d97a0a95eb37477ee1c0d76ab9 Signed-off-by: Grinberg Moti --- sdc-os-chef/sdc-sanity/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sdc-os-chef/sdc-sanity') 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/ -- cgit