summaryrefslogtreecommitdiffstats
path: root/dbc-client/src/main/resources/Dockerfile
diff options
context:
space:
mode:
authorajay_dp001 <ajay.deep.singh@est.tech>2021-11-01 14:50:02 +0530
committerajay_dp001 <ajay.deep.singh@est.tech>2022-01-25 17:58:08 +0000
commitdc8935a8db53e17108c847130f3f5e5b016a2891 (patch)
treedffd2eba4170ddf6bd62bd9fa8b6f92ca0959a05 /dbc-client/src/main/resources/Dockerfile
parent1dabd4722aab2a1ed32151e9d08e85d5b0ddb819 (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/Dockerfile')
-rw-r--r--dbc-client/src/main/resources/Dockerfile2
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/* && \