Skip to content

Commit

Permalink
Dockerfile: Add checkstyle.jar at build time
Browse files Browse the repository at this point in the history
Closes #50
  • Loading branch information
fneu committed Mar 7, 2017
1 parent 864ad10 commit 6fc07ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@ RUN curl -L 'http://downloads.sourceforge.net/project/fpgalibre/bakalint/0.4.0/b
tar xf /tmp/bl.tar.gz -C /root/ && \
find /tmp -mindepth 1 -prune -exec rm -rf '{}' '+'

# Add checkstyle image
RUN curl -fsSL https://github.com/coala/bear-runtime-deps/raw/master/CheckstyleBear/checkstyle-6.15-all.jar > /root/.local/share/coala-bears/CheckstyleBear/checkstyle-6.15-all.jar && \
find /tmp -mindepth 1 -prune -exec rm -rf '{}' '+'

# Entrypoint script
ADD docker-coala.sh /usr/local/bin/
CMD ["/usr/local/bin/docker-coala.sh"]

0 comments on commit 6fc07ab

Please sign in to comment.