Update user definition 77/20077/1 1.0.0-Amsterdam 1.0.0-ONAP v1.0.0
authorAreli Fuss <af732p@att.com>
Mon, 23 Oct 2017 08:19:01 +0000 (11:19 +0300)
committerAreli Fuss <af732p@att.com>
Mon, 23 Oct 2017 08:19:01 +0000 (11:19 +0300)
Update user definition in Dockerfile

Change-Id: Ic478947249d198c8bb60bebc6f1711278b5acc22
Issue-Id: SDC-477
Signed-off-by: Areli Fuss <af732p@att.com>
base_sdc-backend/Dockerfile
base_sdc-frontend/Dockerfile

index b363160..ca47370 100644 (file)
@@ -24,11 +24,10 @@ RUN apt-get -y update && apt-get -y install \
     gcc \
     python-pip
 
-USER jetty
-
 # install chef-solo
 RUN curl -L https://omnitruck.chef.io/install.sh | bash
 
 RUN pip install pycurl
 
+USER jetty
 
index 886a83e..84256ec 100644 (file)
@@ -16,7 +16,7 @@ RUN apt-get -y update && apt-get -y install \
     curl \
     vim
 
-USER jetty
-
 # install chef-solo
 RUN curl -L https://omnitruck.chef.io/install.sh | bash
+
+USER jetty