FROM golang:1.19.4 COPY scripts/devtools.sh /opt/devtools.sh RUN set -e -x \ && /opt/devtools.sh ENV PATH=/go/bin:$PATH ENV CGO_ENABLED 0 ENV GOPATH /go:/yq