aboutsummaryrefslogtreecommitdiffstats
path: root/dbc-client/src/main/resources/Dockerfile
diff options
context:
space:
mode:
authorFiachra Corcoran <fiachra.corcoran@est.tech>2022-01-28 15:30:12 +0000
committerGerrit Code Review <gerrit@onap.org>2022-01-28 15:30:12 +0000
commit416b2dc08822fafed6f94a3becdfbda37d21dcbe (patch)
tree6062fbaaeac97bfcfaa77a3c9176b4e4ae90f1a6 /dbc-client/src/main/resources/Dockerfile
parent115745b24cdde307861691007fd82d08490e6056 (diff)
parentdc8935a8db53e17108c847130f3f5e5b016a2891 (diff)
Merge "[DMAAP-BC] Avoid Creating duplicate DR Publisher, Subscriber"
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/* && \