Merge "Grant permissions to *.sh from dockerfile"
[sdnc/oam.git] / 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