Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional docker image for gometalinter.
Currently the gometalinter does not work correctly with the alpine docker image, as it scans too many directory. See github issues: - kisielk/errcheck#119 - alecthomas/gometalinter#149 As a solution, we add an additional layer with a debian image to the multi-staged docker image. In this image, the gometalinter works correctly.
- Loading branch information