aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-backend/Dockerfile
diff options
context:
space:
mode:
authorGrinberg Moti <mg877n@att.com>2017-02-22 14:08:17 +0200
committerGrinberg Moti <mg877n@att.com>2017-02-22 14:08:17 +0200
commit86fc38f0b3d0540dc44c3fbf58fcc1bc8397fe0c (patch)
tree559c53da5e80742d3c61e1e6dd007bf1367c5dff /sdc-os-chef/sdc-backend/Dockerfile
parent8932f2776bcaca12bb1049dd40dbfadf1b0a53b3 (diff)
add missing RUN command
Change-Id: I0c4ae8d301e5a5d428e11a368d9abf2f47dd1b3e Signed-off-by: Grinberg Moti <mg877n@att.com>
Diffstat (limited to 'sdc-os-chef/sdc-backend/Dockerfile')
-rw-r--r--sdc-os-chef/sdc-backend/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-backend/Dockerfile b/sdc-os-chef/sdc-backend/Dockerfile
index ebb56a41d5..47ca00eaa5 100644
--- a/sdc-os-chef/sdc-backend/Dockerfile
+++ b/sdc-os-chef/sdc-backend/Dockerfile
@@ -15,7 +15,7 @@ RUN pip install pycurl
# install chef-solo
#RUN curl -L http://www.opscode.com/chef/install.sh | bash
-bash chef-install.sh
+RUN bash chef-install.sh
ADD onboarding-be-__SDC-RELEASE__.war ${JETTY_BASE}/webapps/
ADD catalog-be-__SDC-RELEASE__.war ${JETTY_BASE}/webapps/