We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3b624f + ad9b8d9 commit cd46ba4Copy full SHA for cd46ba4
1 file changed
rootfs/Dockerfile
@@ -19,6 +19,8 @@ RUN apt-get update && apt-get install -y \
19
| tar -vxz -C /usr/local/bin --strip=1 \
20
&& curl -L https://s3-us-west-2.amazonaws.com/get-deis/shellcheck-0.4.3-linux-amd64 -o /usr/local/bin/shellcheck \
21
&& 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 \
24
&& go get -u -v \
25
github.com/alecthomas/gometalinter \
26
github.com/onsi/ginkgo/ginkgo \
0 commit comments