Skip to content

Instantly share code, notes, and snippets.

@gokusenz
Created May 16, 2018 13:48
Show Gist options
  • Save gokusenz/421cc75e804206a85db2c84140b765df to your computer and use it in GitHub Desktop.
Save gokusenz/421cc75e804206a85db2c84140b765df to your computer and use it in GitHub Desktop.
docker golang for build
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