Skip to content

Commit cd46ba4

Browse files
authored
Merge pull request #56 from krancour/k8s-claimer
feat(k8s-claimer): Add latest k8s-claimer to the toolbox
2 parents f3b624f + ad9b8d9 commit cd46ba4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ RUN apt-get update && apt-get install -y \
1919
| tar -vxz -C /usr/local/bin --strip=1 \
2020
&& curl -L https://s3-us-west-2.amazonaws.com/get-deis/shellcheck-0.4.3-linux-amd64 -o /usr/local/bin/shellcheck \
2121
&& chmod +x /usr/local/bin/shellcheck \
22+
&& curl -L https://storage.googleapis.com/k8s-claimer/git-e4dcc16/k8s-claimer-git-e4dcc16-linux-amd64 -o /usr/local/bin/k8s-claimer \
23+
&& chmod +x /usr/local/bin/k8s-claimer \
2224
&& go get -u -v \
2325
github.com/alecthomas/gometalinter \
2426
github.com/onsi/ginkgo/ginkgo \

0 commit comments

Comments
 (0)