aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com>2020-09-14 11:09:41 +0530
committermukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com>2020-09-14 11:09:41 +0530
commit52930243399fe12ceb48ae8907d1f6efa21e60ce (patch)
tree6686c9b120cae5ab495e57c64082081e962be249
parent1792916006f14c864e85dd6d81301a7408cce1c4 (diff)
Docker image is not creating due to permission denied
Issue-ID: DCAEGEN2-2283 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: If060795b5d1c4247497acc378cb77185acd0a4a4
-rw-r--r--UniversalVesAdapter/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml
index 9af4296..927df71 100644
--- a/UniversalVesAdapter/pom.xml
+++ b/UniversalVesAdapter/pom.xml
@@ -335,7 +335,7 @@
</resource>
</resources>
<runs>
- <run>chmod +x bin/run.sh</run>
+ <run>chmod a+x bin/run.sh</run>
<run>
<![CDATA[apk update && apk add curl && apk add --no-cache openjdk11 && apk add vim]]>
</run>