eclipse-archived / codewind

The official repository of the Eclipse Codewind project
https://codewind.dev
Eclipse Public License 2.0
114 stars 44 forks source link

Go project build does not take advantage of docker caching #2482

Closed makandre closed 4 years ago

makandre commented 4 years ago

Discovered as part of offline support investigation #2078

For Codewind Go projects, the Dockerfile is not optimized for caching. In fact the file doesn't make it easy for users to add new dependencies:

makandre commented 4 years ago

/assign