Add tshark decoder to adml-http image
[anna.git] / tools / build-anna-adml-http
index d5b11c9..7a42e1c 100755 (executable)
@@ -30,6 +30,10 @@ 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:
+cp -r ${REPO_DIR}/example/diameter/launcher/resources/rest_api/helpers/diameterJsonHelper ${AD}
+cp ${REPO_DIR}/example/diameter/pcapDecoder/tsharkDecoder.sh ${AD}
+
 echo
 echo "Generate docker image ..."
 [ "${VARIANT}" = "Debug" ] && TAG=${TAG}-debug