diff options
author | ajay_dp001 <ajay.deep.singh@est.tech> | 2021-11-01 14:50:02 +0530 |
---|---|---|
committer | ajay_dp001 <ajay.deep.singh@est.tech> | 2022-01-25 17:58:08 +0000 |
commit | dc8935a8db53e17108c847130f3f5e5b016a2891 (patch) | |
tree | dffd2eba4170ddf6bd62bd9fa8b6f92ca0959a05 /dbc-client/src/main/resources | |
parent | 1dabd4722aab2a1ed32151e9d08e85d5b0ddb819 (diff) |
[DMAAP-BC] Avoid Creating duplicate DR Publisher, Subscriber
Issue-ID: DCAEGEN2-2861
Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech>
Change-Id: I3c17ce0bc2da1b4443e729c9888a23b503480ff8
Diffstat (limited to 'dbc-client/src/main/resources')
-rw-r--r-- | dbc-client/src/main/resources/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbc-client/src/main/resources/Dockerfile b/dbc-client/src/main/resources/Dockerfile index 831d4f2..e63ce9d 100644 --- a/dbc-client/src/main/resources/Dockerfile +++ b/dbc-client/src/main/resources/Dockerfile @@ -34,7 +34,7 @@ RUN mkdir -p /usr/local/share/ca-certificates && \ RUN update-ca-certificates # Install curl & openssl -RUN apk add --no-cache curl openssl gettext +RUN apk add --no-cache curl openssl gettext jq RUN mkdir -p /opt/app/osaaf/local && \ chmod +x /opt/app/dbc-client/bin/* && \ |