diff options
Diffstat (limited to 'sdc-os-chef/sdc-frontend/Dockerfile')
-rw-r--r-- | sdc-os-chef/sdc-frontend/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-frontend/Dockerfile b/sdc-os-chef/sdc-frontend/Dockerfile index 9e55749e7e..2629864df8 100644 --- a/sdc-os-chef/sdc-frontend/Dockerfile +++ b/sdc-os-chef/sdc-frontend/Dockerfile @@ -9,7 +9,7 @@ COPY chef-solo /root/chef-solo/ 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 RUN cp ${JETTY_HOME}/resources/log4j.properties ${JETTY_BASE}/resources/log4j.properties |