X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=dbc-client%2Fsrc%2Fmain%2Fresources%2FDockerfile;h=c886f4f11a6cbcaede206a68c7d81bfb49740b90;hb=59d6bbff61e58e7ab08ca39acf758ab7d8b1a449;hp=831d4f2835b5d16e1911465cfdf404521bef91a6;hpb=d48858a08b94b62392b1603ca53202e2b48b82d8;p=dmaap%2Fbuscontroller.git diff --git a/dbc-client/src/main/resources/Dockerfile b/dbc-client/src/main/resources/Dockerfile index 831d4f2..c886f4f 100644 --- a/dbc-client/src/main/resources/Dockerfile +++ b/dbc-client/src/main/resources/Dockerfile @@ -4,7 +4,7 @@ # =========================================================================== # Copyright © 2017 AT&T Intellectual Property. All rights reserved. # Modifications Copyright (C) 2018 Nokia. All rights reserved. -# Modifications copyright (C) 2021 Nordix Foundation.. +# Modifications copyright (C) 2022 Nordix Foundation.. # =========================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -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/* && \