-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checkstyle binary is not part of docker image #50
Comments
Easy fix is to install checkstyle, and symlink the jar into There is a related issue coala/coala-bears#626 for configurable locations, so that it is possible to avoid creating Worth noting that openSUSE checkstyle are all 5.8 or lower, which isnt good enough. However the Docker could still use maven to fetch these packages, so coala/coala-bears#1250 is another path forward. |
We still have a problem with 0.10, as it uses a different filename for the cached file. |
The Checkstyle and Scalastyle fetches in Dockerfile should be replaced with calling https://github.com/coala/coala-bears/blob/master/.ci/deps.coala-bears.sh |
It seems the checkstyle.jar file is not part of this docker image because every time I use it with this docker image, It downloads the jar file.
To confirm the fact it's not part of this docker image, I ran bash inside the docker image and see if it's there.
The text was updated successfully, but these errors were encountered: