diff options
author | ml636r <ml636r@att.com> | 2017-02-21 16:23:07 +0200 |
---|---|---|
committer | ml636r <ml636r@att.com> | 2017-02-21 16:23:07 +0200 |
commit | 21ee9169772e4cf44d389ffb8ce2a7f6668a2bf6 (patch) | |
tree | a0b6962cd7980361759d701de8b603195572f2db /sdc-os-chef/sdc-sanity | |
parent | 53fbfb5a8fba95a21f94179ae76ba342a7fbb62f (diff) |
Change chef link to http
Change-Id: I60df2d5370eac04f8dd5e7348ccb7eeaf22f8bee
Signed-off-by: ml636r <ml636r@att.com>
Diffstat (limited to 'sdc-os-chef/sdc-sanity')
-rw-r--r-- | sdc-os-chef/sdc-sanity/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-sanity/Dockerfile b/sdc-os-chef/sdc-sanity/Dockerfile index 8c1e568efa..dae7fdc9ff 100644 --- a/sdc-os-chef/sdc-sanity/Dockerfile +++ b/sdc-os-chef/sdc-sanity/Dockerfile @@ -11,7 +11,7 @@ COPY chef-repo/cookbooks/. /root/chef-solo/cookbooks/ # install chef-solo -RUN curl -L https://www.opscode.com/chef/install.sh | bash +RUN curl -L http://www.opscode.com/chef/install.sh | bash COPY startup.sh /root/ |