X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=dmaap-bc%2Fsrc%2Fmain%2Fresources%2FDockerfile;h=5664f463c64860803105b588d3f66e75de70cb3b;hb=refs%2Fchanges%2F60%2F83260%2F1;hp=f900fed7530e0cb3ddfbc7c2d97a23719add8072;hpb=a2f7b3212b5105eeb5942d75ca25c0a5dbebae52;p=dmaap%2Fbuscontroller.git diff --git a/dmaap-bc/src/main/resources/Dockerfile b/dmaap-bc/src/main/resources/Dockerfile index f900fed..5664f46 100644 --- a/dmaap-bc/src/main/resources/Dockerfile +++ b/dmaap-bc/src/main/resources/Dockerfile @@ -35,10 +35,12 @@ RUN update-ca-certificates # Install curl RUN apk add --no-cache curl +# Install bash +RUN apk update && apk upgrade && apk add bash + RUN mv etc/org.onap.dmaap-bc.jks etc/keystore && \ chmod 600 etc/keystore && \ chmod 600 etc/org.onap.dmaap-bc.trust.jks && \ - chmod +x misc/cert-client-init.sh && \ chmod +x bin/* && \ mkdir logs && \ mkdir www && \