X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=tools%2Fbuild-anna-adml-http;h=7d7229559c65bdc595f24f38bf97f4f43efbbd87;hb=ac1f04d47846385a239ef96a12bc7c80de4310db;hp=d5b11c9a74251159164d8bb6a63ebe548fb68d6a;hpb=60870aeb874273396e495c5c188ba12a614b5b1b;p=anna.git diff --git a/tools/build-anna-adml-http b/tools/build-anna-adml-http index d5b11c9..7d72295 100755 --- a/tools/build-anna-adml-http +++ b/tools/build-anna-adml-http @@ -30,6 +30,12 @@ source ${REPO_DIR}/tools/docker.src rm -rf ${AD} echo ${AD} | ${REPO_DIR}/example/diameter/launcher/deploy-adml-http.sh ${VARIANT} || exit 1 +# Add interesting stuff: +mkdir ${AD}/utils +cp -r ${REPO_DIR}/example/diameter/launcher/resources/rest_api/helpers/diameterJsonHelper ${AD}/utils +cp ${REPO_DIR}/example/diameter/pcapDecoder/tsharkDecoder.sh ${AD}/utils +cp ${REPO_DIR}/example/diameter/launcher/resources/scripts/decode.sh ${AD}/utils + echo echo "Generate docker image ..." [ "${VARIANT}" = "Debug" ] && TAG=${TAG}-debug