aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dmaap-bc/src/main/resources/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 && \