diff options
author | ajay_dp001 <ajay.deep.singh@est.tech> | 2021-05-26 17:04:28 +0530 |
---|---|---|
committer | ajay_dp001 <ajay.deep.singh@est.tech> | 2021-07-08 18:02:21 +0530 |
commit | d48858a08b94b62392b1603ca53202e2b48b82d8 (patch) | |
tree | e458ba4f40e6a843f1abaf09b388350e4a30309c /dbc-client/src | |
parent | 57c17781274c1b6c2ba2b58dbdbc295c78c3d002 (diff) |
[DMAAP-BC] Update dbc-client script2.0.7
Issue-ID: DMAAP-1561
Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech>
Change-Id: Ia261dd02f59ce3556481c848f4b8f25933202125
Diffstat (limited to 'dbc-client/src')
-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 9263e80..831d4f2 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 +RUN apk add --no-cache curl openssl gettext RUN mkdir -p /opt/app/osaaf/local && \ chmod +x /opt/app/dbc-client/bin/* && \ |