buildkite / terminal-to-html

Converts arbitrary shell output (with ANSI) into beautifully rendered HTML
http://buildkite.github.io/terminal-to-html
MIT License
642 stars 45 forks source link

Dockerfile out of date? #80

Closed wasv closed 3 years ago

wasv commented 3 years ago

In the process of testing #68, I was unable to build the code in a Go 1.9 docker image. I was able to build after updating the Go image version to 1.12 in the Dockerfile and adding GO111MODULE=on as an environment variable.

It may be worth noting that I was using podman instead of docker, however I don't think that would cause this issue.