Grant permissions to *.sh from dockerfile 43/1743/1
authorRashmi Pujar <rashmi.pujar@bell.ca>
Tue, 7 Mar 2017 20:42:51 +0000 (15:42 -0500)
committerRashmi Pujar <rashmi.pujar@bell.ca>
Tue, 7 Mar 2017 20:42:51 +0000 (15:42 -0500)
chmod from exec-maven-plugin in pom file doesn't grant file permission.
Hence, changing it directly from the Dockerfile.

Change-Id: Ic152f5d881e294ae53c11e67391b6892fee4b6a7
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
Former-commit-id: 8c4f00ab3215d98e81e9480447696db59f36080e

installation/sdnc/src/main/docker/Dockerfile

index 2e2140b..f6edcee 100644 (file)
@@ -15,6 +15,7 @@ COPY idmlight.db.mv.db /opt/opendaylight/current
 # copy openecomp
 COPY opt /opt
 RUN ln -s /opt/openecomp/sdnc /opt/sdnc
+RUN chmod +x /opt/openecomp/sdnc/bin/*
 
 # workaround till we get proxy working
 COPY mysql.tgz /tmp