v0.0.1
This commit is contained in:
parent
6f66f62601
commit
22e1be4fbc
3 changed files with 25 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
FROM openjdk:7
|
||||
|
||||
RUN apt-get update -yqq && apt-get install -yqq curl
|
||||
|
||||
RUN curl -L https://downloads.sourceforge.net/project/checkstyle/checkstyle/8.0/checkstyle-8.0-all.jar > /checkstyle.jar
|
||||
|
||||
ADD checkstyle.sh /usr/bin/checkstyle
|
||||
RUN chmod +x /usr/bin/checkstyle
|
Loading…
Add table
Add a link
Reference in a new issue