ghodss/yaml

getting error with docker build

Opened this issue · 0 comments

this is what I get, got it 2x, so not sure what it is about yet

1057.1  github.com/ghodss/yaml@v1.0.0: reading github.com/ghodss/yaml/go.mod at revision v1.0.0: git ls-remote -q origin in /go/pkg/mod/cache/vcs/5c75ad62eb9c289b6ed86c76998b4ab8c8545a841036e879d703a2bbc5fcfcea: exit status 128:
1057.1  fatal: unable to access 'https://github.com/ghodss/yaml/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
------
Dockerfile.local.df:13
--------------------
  11 |     COPY go.mod go.in.mod
  12 |     RUN grep -v "^replace" "go.in.mod" > "go.mod"  # remove replace lines from go.mod
  13 | >>> RUN go mod download -x
  14 |     RUN go mod tidy
  15 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c go mod download -x" did not complete successfully: exit code: 1