github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/triage/Dockerfile (about) 1 FROM jamiehewland/alpine-pypy:2 2 3 RUN apk add --no-cache jq 4 RUN curl -o installer https://sdk.cloud.google.com && bash installer --disable-prompts --install-dir=/ && rm installer && ln -s /google-cloud-sdk/bin/* /bin/ 5 6 ADD *.py update_summaries.sh / 7 8 # Point GOOGLE_APPLICATION_CREDENTIALS at a serviceaccount.json with the necessary permissions. 9 CMD ["timeout", "-t", "10800", "/update_summaries.sh"]