github.com/emreu/go-swagger@v0.22.1/Dockerfile.dev (about)

     1  FROM golang:1.9
     2  
     3  COPY hack/devtools.sh /opt/devtools.sh
     4  
     5  # install the devtools; keeping them in original script will
     6  # enable local development w/o Docker if desired.
     7  RUN set -e -x \
     8      && /opt/devtools.sh
     9  
    10  ENV CGO_ENABLED 1
    11  ENV GOPATH /go:/go-swagger