From 81b0ffb7296c715c6a09c94a5144c03c1680f84d Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Fri, 20 Sep 2019 14:21:15 -0400 Subject: [PATCH] Install curl when building docker image Change-Id: I8eccb1e2ed82c2f0f9d7828597c091da37f9eb98 Signed-off-by: Lott, Christopher (cl778h) --- docs/release-notes.rst | 1 + webapp-backend/pom.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index f9e9d090..9d6442be 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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 -------------------------- diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index 09126241..49237943 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -292,6 +292,8 @@ limitations under the License. artifact + + mkdir /logs chmod -R 777 /logs -- 2.16.6