Running cppcheck gives an error in the Docker container
RomainTT opened this issue · 3 comments
RomainTT commented
I got the following error message:
cppcheck: Failed to load library configuration file 'std.cfg'. File not found
I think it comes from this COPY line which is insufficient for a full installation. cppcheck
needs some configuration files. I don’t know how to do it in the container, but make install
copies all the necessary files.
Harvester57 commented
Thanks for the report, I changed the build logic in c4c1bdf, can you try to pull the latest
tag, and check if you still have the problem ?
The final image is bigger than before, but I will try to reduce its size
RomainTT commented
It works ! Thank you 😄
Harvester57 commented
Yay ! I'm closing this one for now, and I opened another issue regarding the final image size, will get back on it soon :)