Skip to content

Commit

Permalink
Merge pull request #4 from sdelements/fix/shellcheck_link
Browse files Browse the repository at this point in the history
Shellcheck binary URL change
  • Loading branch information
mchum authored Aug 27, 2020
2 parents a49be09 + 0250527 commit 7078be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get -y update \
&& curl -fsSL get.docker.com | sh \
&& curl -L https://github.com/docker/compose/releases/download/1.20.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose \
&& chmod +x /usr/local/bin/docker-compose \
&& wget 'https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz' \
&& wget 'https://github.com/koalaman/shellcheck/releases/download/latest/shellcheck-latest.linux.x86_64.tar.xz' \
&& xz -d ./shellcheck-latest.linux.x86_64.tar.xz \
&& tar -xvf ./shellcheck-latest.linux.x86_64.tar \
&& cp ./shellcheck-latest/shellcheck /usr/bin/ \
Expand Down

0 comments on commit 7078be0

Please sign in to comment.