github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/Dockerfile.dev (about)

     1  FROM golang:1.17
     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