aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com>2020-09-14 19:28:56 +0530
committermukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com>2020-09-14 19:28:56 +0530
commiteb458c382bb9834a398a385c706985b647ee0b23 (patch)
tree24f83e73bc6de07f435e32bf5546dd7afa4b7aad
parent52930243399fe12ceb48ae8907d1f6efa21e60ce (diff)
Docker image is not creating
Issue-ID: DCAEGEN2-2283 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: Ic7abd4d536f23ff3c411d4da6f4fa2244e1f434c
-rw-r--r--UniversalVesAdapter/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml
index 927df71..f768f57 100644
--- a/UniversalVesAdapter/pom.xml
+++ b/UniversalVesAdapter/pom.xml
@@ -335,7 +335,7 @@
</resource>
</resources>
<runs>
- <run>chmod a+x bin/run.sh</run>
+ <run>sudo chmod a+rx bin/run.sh</run>
<run>
<![CDATA[apk update && apk add curl && apk add --no-cache openjdk11 && apk add vim]]>
</run>