ServiceWeaver / weaver-kube

Run Service Weaver applications on vanilla Kubernetes.
Apache License 2.0
61 stars 19 forks source link

Update docker.go: set only what you need #19

Closed batazor closed 1 year ago

batazor commented 1 year ago

Installing only the necessary packages will speed up installation and reduce the size of the image

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

spetrovic77 commented 1 year ago

Hi @batazor , thanks for the change. PR #14 obsoletes this issue by pulling from a Go repo, feel free to reopen if it's not the case.