summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhekeguang <hekeguang@chinamobile.com>2021-09-11 10:53:18 +0800
committerhekeguang <hekeguang@chinamobile.com>2021-09-11 10:54:08 +0800
commit85d59b6bf9b20d3220f2f270633967a63c4ff734 (patch)
treebe55bd98fe7eeda1faac5ab2bd8d8c34323e4e56
parent10170b595d2e7d41bd4b5831cbc6dade1ac6d63f (diff)
UUI needs to use integration-java 11:9.0.0 image.4.0.3
Issue-ID: USECASEUI-604 Change-Id: I4525a1c327e756cdab6df6f6d129b57cdcdd60c2 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
-rw-r--r--distribution/src/main/assembly/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/src/main/assembly/Dockerfile b/distribution/src/main/assembly/Dockerfile
index b92e2753..bc961af9 100644
--- a/distribution/src/main/assembly/Dockerfile
+++ b/distribution/src/main/assembly/Dockerfile
@@ -3,7 +3,7 @@ FROM nexus3.onap.org:10001/onap/integration-java11:9.0.0
EXPOSE 8443
USER root
-RUN apk update && apk add shadow
+RUN apk update && apk add shadow && apk add bash
#configure the JDK