We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d370af0 commit c696208Copy full SHA for c696208
Dockerfile
@@ -3,9 +3,8 @@ FROM openjdk:17-alpine
3
ENV REVIEWDOG_VERSION=v0.14.1
4
5
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
+RUN wget -q https://github.com/pmd/pmd/releases/download/pmd_releases%2F6.51.0/pmd-bin-6.51.0.zip \
+ && unzip pmd-bin-6.51.0.zip
9
10
RUN apk add --no-cache git
11
0 commit comments