diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-01-28 15:30:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-01-28 15:30:12 +0000 |
commit | 416b2dc08822fafed6f94a3becdfbda37d21dcbe (patch) | |
tree | 6062fbaaeac97bfcfaa77a3c9176b4e4ae90f1a6 /dbc-client/src/main/resources/Dockerfile | |
parent | 115745b24cdde307861691007fd82d08490e6056 (diff) | |
parent | dc8935a8db53e17108c847130f3f5e5b016a2891 (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/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/* && \ |