diff --git a/Dockerfile b/Dockerfile index 4db9a47..fefc759 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ RUN apk update \ && apk add --no-cache \ ca-certificates \ curl \ + git \ bash # change default shell diff --git a/README.md b/README.md index 4f7e57d..9773066 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This docker image enables simple deployments to Rancher. ## What's included? +- [Git CLI](https://git-scm.com/) `git` - [Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/) `kubectl` - [Rancher CLI](https://rancher.com/docs/rancher/v2.x/en/cli/) `rancher` - [Sentry CLI](https://docs.sentry.io/cli/) `sentry-cli`