github.com/discordapp/buildkite-agent@v2.6.6+incompatible/Dockerfile-github-release (about) 1 FROM alpine 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