We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0648375 + 316793b commit fd417e3Copy full SHA for fd417e3
Dockerfile
@@ -5,6 +5,7 @@ RUN apk update \
5
&& apk add --no-cache \
6
ca-certificates \
7
curl \
8
+ git \
9
bash
10
11
# change default shell
README.md
@@ -10,6 +10,7 @@ This docker image enables simple deployments to Rancher.
## What's included?
12
13
+- [Git CLI](https://git-scm.com/) `git`
14
- [Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/) `kubectl`
15
- [Rancher CLI](https://rancher.com/docs/rancher/v2.x/en/cli/) `rancher`
16
- [Sentry CLI](https://docs.sentry.io/cli/) `sentry-cli`
0 commit comments