From: dglFromAtt Date: Mon, 25 Mar 2019 21:55:52 +0000 (+0000) Subject: Remove apk upgrade X-Git-Tag: 1.1.1~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fbuscontroller.git;a=commitdiff_plain;h=7e4724fa6bdf1d759eff9d5727addd5b59402c52 Remove apk upgrade Change-Id: If2a6f53c00597fc3076f2441a8708b768ee5b6f7 Signed-off-by: dglFromAtt Issue-ID: DMAAP-1120 --- diff --git a/dmaap-bc/src/main/resources/Dockerfile b/dmaap-bc/src/main/resources/Dockerfile index 5664f46..13ba697 100644 --- a/dmaap-bc/src/main/resources/Dockerfile +++ b/dmaap-bc/src/main/resources/Dockerfile @@ -36,7 +36,7 @@ RUN update-ca-certificates RUN apk add --no-cache curl # Install bash -RUN apk update && apk upgrade && apk add bash +RUN apk update && apk add bash RUN mv etc/org.onap.dmaap-bc.jks etc/keystore && \ chmod 600 etc/keystore && \