github.com/bshelton229/agent@v3.5.4+incompatible/Dockerfile-github-release (about)

     1  FROM alpine:3.7
     2  
     3  # We need buildkite-agent to download artifacts, and zip for Windows zipping
     4  RUN apk --no-cache add bash zip curl \
     5      && curl -o /usr/bin/buildkite-agent https://download.buildkite.com/agent/stable/latest/buildkite-agent-linux-amd64 \
     6      && chmod +x /usr/bin/buildkite-agent