Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 9, 2016
1 parent 5201396 commit 945d2a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shellcheck
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ RUN apt-get install -y curl && \
tar zxf "/tmp/shellcheck-$SHELLCHECK_TAG.tar.gz" -C /tmp/ && \
rm "/tmp/shellcheck-$SHELLCHECK_TAG.tar.gz" && \
cabal install "/tmp/shellcheck-$SHELLCHECK_VERSION"
CMD cp -f ~/.cabal/bin/shellcheck /tmp
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ Generating an updated shellcheck binary for ubuntu from a Docker container.

```console
$ docker build -t shellcheck .
$ docker run -t shellcheck cat ~/.cabal/bin/shellcheck > shellcheck
$ docker run -t shellcheck
$ ls
# ...
shellcheck*
```

0 comments on commit 945d2a9

Please sign in to comment.