aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-03-07 20:57:02 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-03-07 20:57:02 +0000
commitf4b9421ac63454ce0eb52c1767b4d7fa7c4550e7 (patch)
tree56dc8149f1cac04258238e1118a40feba619ea69
parent12dc3eeaa45dd92c7e9d4de6492806341a47381c (diff)
parent2430e07d833e366c50f758bbee09cca863220940 (diff)
Merge "Grant permissions to *.sh from dockerfile"
Former-commit-id: f56267900e66eb84ce5a249c32d4a361c2876b79
-rw-r--r--installation/sdnc/src/main/docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/sdnc/src/main/docker/Dockerfile b/installation/sdnc/src/main/docker/Dockerfile
index 2e2140bc..f6edceeb 100644
--- a/installation/sdnc/src/main/docker/Dockerfile
+++ b/installation/sdnc/src/main/docker/Dockerfile
@@ -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