Ah crap you’re right. Maybe this is why I need to learn how to build my own docker images…

Reply to this note

Please Login to reply.

Discussion

Yes, sometimes published docker image doesn't have suit our case so we need to build our docker image 😅

Hi #[6], i've seen you raise issue in https://github.com/believethehype/satdress/issues/3

I think the problem is you need to use 'go install' command instead of 'go get' in the latest golang. You can probably check the difference using 'go help get'