Skip to content

Commit c696208

Browse files
kemsakuraikemsakurai
authored andcommitted
1 parent d370af0 commit c696208

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ FROM openjdk:17-alpine
33
ENV REVIEWDOG_VERSION=v0.14.1
44

55
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
6-
7-
RUN wget -q https://github.com/pmd/pmd/releases/download/pmd_releases%2F6.51.0/pmd-bin-6.51.0.zip
8-
RUN unzip pmd-bin-6.51.0.zip
6+
RUN wget -q https://github.com/pmd/pmd/releases/download/pmd_releases%2F6.51.0/pmd-bin-6.51.0.zip \
7+
&& unzip pmd-bin-6.51.0.zip
98

109
RUN apk add --no-cache git
1110

0 commit comments

Comments
 (0)