rzane / docker2exe

Convert a Docker image to an executable
127 stars 18 forks source link

Golang is a dependency #2

Open kidharb opened 2 years ago

kidharb commented 2 years ago

golang needs to be installed first

./docker2exe-linux-amd64 -name tesseract_docker --image clearlinux/tesseract-ocr go mod init github.com/kidharb/tesseract_docker make: go: No such file or directory make: *** [Makefile:16: go.mod] Error 127 exit status 2

Please can you add this to the dependencies page