From fb18254634aebf89b0a282cca3b5a9b6445aa62a Mon Sep 17 00:00:00 2001 From: "Leigh, Phillip (pl876u)" Date: Mon, 5 Nov 2018 16:45:07 -0500 Subject: BugFix:CtxAggr doesn't pick up events-CtxAggr chg2 The root cause is due to the DMaap topic wasn't created on a freshly deployed system. The solution is to create the topics needed by POMBA. Issue-ID: LOG-794 Change-Id: I350b1a81f492d53cb27316612639ba9494c00325 Signed-off-by: Leigh, Phillip (pl876u) --- src/main/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/docker/Dockerfile') diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile index 58aaeee..ad64f1d 100644 --- a/src/main/docker/Dockerfile +++ b/src/main/docker/Dockerfile @@ -15,5 +15,6 @@ ADD startService.sh $MICROSERVICE_HOME/bin/ RUN chmod 755 $MICROSERVICE_HOME/config/* RUN chmod 755 $MICROSERVICE_HOME/lib/* RUN chmod 755 $MICROSERVICE_HOME/bin/* +RUN apk --no-cache add curl CMD ["/opt/app/bin/startService.sh"] -- cgit 1.2.3-korg