Skip to content

Commit

Permalink
Avoid fetching checkstyle.jar on 0.10 and earlier
Browse files Browse the repository at this point in the history
Fixes coala#50
  • Loading branch information
jayvdb committed Mar 8, 2017
1 parent 7f8efe8 commit ed2a799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ RUN curl -L 'http://downloads.sourceforge.net/project/fpgalibre/bakalint/0.4.0/b
# Add checkstyle image
RUN mkdir -p /root/.local/share/coala-bears/CheckstyleBear && \
curl -fsSL https://github.com/coala/bear-runtime-deps/raw/master/CheckstyleBear/checkstyle-6.15-all.jar -o /root/.local/share/coala-bears/CheckstyleBear/checkstyle-6.15-all.jar && \
ln -s /root/.local/share/coala-bears/CheckstyleBear/checkstyle-6.15-all.jar /root/.local/share/coala-bears/CheckstyleBear/checkstyle.jar && \
find /tmp -mindepth 1 -prune -exec rm -rf '{}' '+'

# Entrypoint script
Expand Down

0 comments on commit ed2a799

Please sign in to comment.