X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=VNFs%2FDPPD-PROX%2Fhelper-scripts%2Frapid%2FDockerfile;h=c4a4b06353723b4ae94f0c02e35a7f8121cee1ee;hb=refs%2Fchanges%2F22%2F71722%2F1;hp=9f2161fef10d881a78bd1f197ecdf7a527cc15ca;hpb=855816b08aaa8529dfcccef91890bbdae0a1dd3e;p=samplevnf.git diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile b/VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile index 9f2161fe..c4a4b063 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile @@ -37,7 +37,7 @@ ARG BUILD_DIR=/opt/rapid COPY ./deploycentostools.sh ${BUILD_DIR}/ COPY --from=builder ${BUILD_DIR}/install_components.tgz ${BUILD_DIR}/install_components.tgz -RUN chmod +x ${BUILD_DIR}/deploycentostools.sh \ +RUN chmod a+rwx ${BUILD_DIR} && chmod +x ${BUILD_DIR}/deploycentostools.sh \ && ${BUILD_DIR}/deploycentostools.sh -k runtime_image # Expose SSH and PROX ports