Hello @Sundaramoorthy, Manikandan,
Thank you for providing the necessary details. I have consulted with the Azure Functions engineering team and am sharing the following information. Team has investigated further and confirmed that they are working on Fix to mitigate this issue, and the fix will be rolled in the next releases of core tools.
Unfortunately, we don't have any exact ETA at this moment once the fix is rolled out will update the thread here.
Meanwhile as a workaround you can mitigate this issue by either editing the package.json to remove the Dev Dependency or running this command as part of the Docker File.
npm uninstall azure-functions-core-tools --save-dev
Hope this helps, let me know if you have any further questions on this.