hi Team,Docker build is failing with this error.=> ERROR [15/16] RUN sed -i 's/<AppenderRef ref=\"Console\"\/>/<!-- <AppenderRef ref=\"Console\"\/> -->/g' /usr/local/lib/python3.10/site-packages/appdynamics_bindeps/proxy/conf/logging/log4j2.xml below...
resolved this.. by adding "--platform=linux/amd64while pulling the image..for instance use FROM --platform=linux/amd64 tiangolo/uvicorn-gunicorn-fastapi:python3.10instead of FROM tiangolo/uvicorn-gunicorn-fastapi:python3.10