Skip to content

Commit

Permalink
HBASE-24879 Fix the shellcheck download url (#2257)
Browse files Browse the repository at this point in the history
update where we pull binaries from koalaman/shellcheck#1871

Signed-off-by: Sean Busbey <busbey@apache.org>
  • Loading branch information
infraio authored Aug 14, 2020
1 parent 882d2ae commit 588e902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ENV FINDBUGS_HOME /usr
###
RUN mkdir -p /opt/shellcheck && \
curl -L -s -S \
https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz \
https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz \
-o /opt/shellcheck.tar.xz && \
tar xJf /opt/shellcheck.tar.xz --strip-components 1 -C /opt/shellcheck && \
ln -s /opt/shellcheck/shellcheck /usr/bin/shellcheck && \
Expand Down

0 comments on commit 588e902

Please sign in to comment.