Skip to content

Commit 7b74ab3

Browse files
dnorth98mgrachev
andauthored
Remove grep package (unused now)
Co-authored-by: Grachev Mikhail <work@mgrachev.com>
1 parent 41cfc40 commit 7b74ab3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV REVIEWDOG_VERSION v0.10.2
55
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
66

77
# hadolint ignore=DL3018
8-
RUN apk add --update --no-cache build-base git grep pcre-tools
8+
RUN apk add --update --no-cache build-base git pcre-tools
99
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ $REVIEWDOG_VERSION
1010

1111
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)