diff options
author | Yury Kylulin <yury.kylulin@intel.com> | 2021-01-29 14:57:36 +0300 |
---|---|---|
committer | Yury Kylulin <yury.kylulin@intel.com> | 2021-01-29 14:57:36 +0300 |
commit | 9fa42d725d8f1dd1a44a7dd159074dc58703117c (patch) | |
tree | 1e1e15e187ef328d655576f267a8858a6b12bebb /VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile | |
parent | 75198fcb02fcb5aa5fbfee92e9df6e4f8b25792b (diff) |
Add rapid script sources in the image
Make image more universal and add rapid scripts for mgmt from the container.
Signed-off-by: Yury Kylulin <yury.kylulin@intel.com>
Change-Id: Ia46a8e147f978dd64bfe6c7b44f7dff92e241855
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile b/VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile index c4a4b063..a62c5dc4 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile @@ -36,6 +36,7 @@ ARG BUILD_DIR=/opt/rapid COPY ./deploycentostools.sh ${BUILD_DIR}/ COPY --from=builder ${BUILD_DIR}/install_components.tgz ${BUILD_DIR}/install_components.tgz +COPY --from=builder ${BUILD_DIR}/src ${BUILD_DIR}/src RUN chmod a+rwx ${BUILD_DIR} && chmod +x ${BUILD_DIR}/deploycentostools.sh \ && ${BUILD_DIR}/deploycentostools.sh -k runtime_image |