Merge "Grant permissions to *.sh from dockerfile"
authorDan Timoney <dtimoney@att.com>
Tue, 7 Mar 2017 20:57:02 +0000 (20:57 +0000)
committerGerrit Code Review <gerrit@openecomp.org>
Tue, 7 Mar 2017 20:57:02 +0000 (20:57 +0000)
Former-commit-id: f56267900e66eb84ce5a249c32d4a361c2876b79

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