Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

cppcheck-docker

Introduction

Dockerfile to build a minimal image containing cppcheck.

Ideally, by default, it builds the latest cppcheck release, currently 2.0.

Building

To build the image with the default version

docker build -t cppcheck

To build the image with a given version, e.g. 1.90

docker build --build-arg VERSION=1.90 -t cppcheck

Usage

docker run --rm -it -v $(pwd):/src cppcheck

References

Cppcheck manual

About

Dockerfile to build cppcheck

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages