We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cfc40 commit 7b74ab3Copy full SHA for 7b74ab3
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ ENV REVIEWDOG_VERSION v0.10.2
5
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
6
7
# hadolint ignore=DL3018
8
-RUN apk add --update --no-cache build-base git grep pcre-tools
+RUN apk add --update --no-cache build-base git pcre-tools
9
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ $REVIEWDOG_VERSION
10
11
COPY entrypoint.sh /entrypoint.sh
0 commit comments