Created
May 16, 2018 13:48
-
-
Save gokusenz/421cc75e804206a85db2c84140b765df to your computer and use it in GitHub Desktop.
docker golang for build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM golang:1.10-alpine | |
| RUN apk add --no-cache curl git | |
| RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh | |
| WORKDIR /go/src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment