X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=VNFs%2FDPPD-PROX%2Fhelper-scripts%2Frapid%2FDockerfile;fp=VNFs%2FDPPD-PROX%2Fhelper-scripts%2Frapid%2FDockerfile;h=c4a4b06353723b4ae94f0c02e35a7f8121cee1ee;hb=5efcdda3cc2d4e0333cce4a872ae3de4d3e3710b;hp=9f2161fef10d881a78bd1f197ecdf7a527cc15ca;hpb=7e14b29cb65ef871bbc320e1e35e8f4e0b36a8ed;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