Install curl when building docker image 93/993/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Fri, 20 Sep 2019 18:21:15 +0000 (14:21 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Fri, 20 Sep 2019 18:21:15 +0000 (14:21 -0400)
Change-Id: I8eccb1e2ed82c2f0f9d7828597c091da37f9eb98
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
docs/release-notes.rst
webapp-backend/pom.xml

index f9e9d09..9d6442b 100644 (file)
@@ -30,6 +30,7 @@ Version 1.2.1, 20 Sep 2019
 * Block whitespace in E2 IP input field validation
 * Relax validation in E2 RAN name field validation
 * Make RAN connection table robust to missing fields
+* Install curl when building Docker image
 
 Version 1.2.0, 11 Sep 2019
 --------------------------
index 0912624..4923794 100644 (file)
@@ -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>