summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile
diff options
context:
space:
mode:
authorYury Kylulin <yury.kylulin@intel.com>2020-06-03 14:04:25 +0000
committerYury Kylulin <yury.kylulin@intel.com>2020-06-03 14:04:25 +0000
commit5efcdda3cc2d4e0333cce4a872ae3de4d3e3710b (patch)
tree54629f441ccbcf4ca84c9f2ba636c08dc2b252e5 /VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile
parent7e14b29cb65ef871bbc320e1e35e8f4e0b36a8ed (diff)
Fix for containers to use /opt/rapid
Fix scripts and build procedure to use /opt/rapid as a main directory for binaries and config files. Signed-off-by: Yury Kylulin <yury.kylulin@intel.com> Change-Id: Icb38c37a85a78a6f2de2e751df5fafd624b4f1b3
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile')
-rw-r--r--VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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