diff options
author | dglFromAtt <dgl@research.att.com> | 2020-01-10 14:55:05 -0500 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2020-01-10 14:55:12 -0500 |
commit | 9162456b7e6858e7cde3443b00cca05a20113233 (patch) | |
tree | 4dffc00586fb7ceeb2813bea4e7c122658c1c5f5 | |
parent | 3bbc8a15c8711f8da2c4b699b863274d66cd12f8 (diff) |
Tighten up due to using new image
Issue-ID: DMAAP-1363
Signed-off-by: dglFromAtt <dgl@research.att.com>
Change-Id: Iec5c68b475453f57c17b641ad8726bba4dc18a5d
Signed-off-by: dglFromAtt <dgl@research.att.com>
-rw-r--r-- | dmaap-bc/misc/dmaapbc | 3 | ||||
-rw-r--r-- | dmaap-bc/src/main/resources/Dockerfile | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dmaap-bc/misc/dmaapbc b/dmaap-bc/misc/dmaapbc index 97ad226..51aa93a 100644 --- a/dmaap-bc/misc/dmaapbc +++ b/dmaap-bc/misc/dmaapbc @@ -28,7 +28,8 @@ APP_ROOT=/opt/app/$COMPONENT USER=dbc GROUP=onap export TZ -PATH=/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/java/jdk/jdk180/bin +PATH=/usr/local/openjdk-11/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export PATH CLASSPATH=`echo $APP_ROOT/etc $APP_ROOT/lib/*.jar | tr ' ' ':'` export CLASSPATH diff --git a/dmaap-bc/src/main/resources/Dockerfile b/dmaap-bc/src/main/resources/Dockerfile index 3e12a19..7375450 100644 --- a/dmaap-bc/src/main/resources/Dockerfile +++ b/dmaap-bc/src/main/resources/Dockerfile @@ -33,6 +33,7 @@ RUN apt-get update && \ openssl \ net-tools \ wget \ + procps \ bash # Install AAF CA certificate |