github.com/josephspurrier/go-swagger@v0.2.1-0.20221129144919-1f672a142a00/Dockerfile.dev (about)

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