blob: 225a431f0d0c3602cb59165a347412b6a9f3aacd [file] [log] [blame]
# This is a Google Cloud Container Builder build step that extends the Go
# builder to just build the file. (The script as part of the go builder wants
# to do something else. Sigh.)
FROM golang:1.8
ENV GOPATH /workspace
ENTRYPOINT ["/usr/local/go/bin/go"]