diff options
Diffstat (limited to 'sdc-os-chef/sdc-cassandra/Dockerfile')
-rw-r--r-- | sdc-os-chef/sdc-cassandra/Dockerfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sdc-os-chef/sdc-cassandra/Dockerfile b/sdc-os-chef/sdc-cassandra/Dockerfile index d8bc0b472e..e2219c533d 100644 --- a/sdc-os-chef/sdc-cassandra/Dockerfile +++ b/sdc-os-chef/sdc-cassandra/Dockerfile @@ -34,10 +34,8 @@ COPY chef-solo /root/chef-solo/ 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/ |