The application is working for VM but failing when we are deploying using docker file.We have installed json cpp package, still it throws the error mentioned in the title.
Tried :In docker file:
RUN apt-get -y install libcairomm-1.0* libjpeg-dev libgif-dev libjsoncpp-dev libprotobuf-dev protobuf-compiler
where libjsoncpp would have sorted the problem, but it is throwing error No such file or directory.