Open marcg1 opened 2 years ago
Will look at this issue ASAP @marcg1 ! Thanks for bringing it to our attention!
Sorry for the delay, @marcg1 !! @randall 's latest patch that we just merged should have fixed this problem. Again, sorry for the delay and thanks for reporting! Let us know if the code that's available now is better!
The build command in the Dockerfile returned the following:
go: downloading golang.org/x/text v0.3.7 go: updates to go.mod needed; to update it:
go mod tidy
I was able to build the container by replacing
go mod download
withgo mod tidy
in the Dockerfile. Thanks.