Install curl when building docker image
[portal/ric-dashboard.git] / webapp-backend / pom.xml
index d86ba21..4923794 100644 (file)
@@ -25,7 +25,7 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.2.0-SNAPSHOT</version>
+               <version>1.2.1-SNAPSHOT</version>
        </parent>
        <artifactId>ric-dash-be</artifactId>
        <name>RIC Dashboard Webapp backend</name>
@@ -292,6 +292,8 @@ limitations under the License.
                                                                        <descriptorRef>artifact</descriptorRef>
                                                                </assembly>
                                                                <runCmds>
+                                                                       <!-- Include debug tool for limited network -->
+                                                                       <runCmd><![CDATA[apt-get update && apt-get -y install curl]]></runCmd>
                                                                        <!-- Ensure logs dir exists and is world writable -->
                                                                        <runCmd>mkdir /logs</runCmd>
                                                                        <runCmd>chmod -R 777 /logs</runCmd>