Skip to content

Commit

Permalink
for debian
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix authored Mar 27, 2024
1 parent 93b9685 commit 9787a7e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ RUN npm install -g "markdownlint-cli@$MARKDOWNLINT_CLI_VERSION"

ENV REVIEWDOG_VERSION=v0.15.0

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
git \
wget \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh \
| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
RUN apk --no-cache -U add git

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 9787a7e

Please sign in to comment.