Commit 76a57d6 1 parent 5800df1 commit 76a57d6 Copy full SHA for 76a57d6
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- run :
23
23
name : install git
24
- command : apk update && apk add --no-cache git openssh
24
+ command : apk update && apk add --no-cache git openssh-client
25
25
- checkout
26
26
- run :
27
27
name : release
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV HELM_SECRETS_VERSION=$GLOBAL_HELM_SECRETS_VERSION
26
26
ENV SOPS_VERSION=$GLOBAL_SOPS_VERSION
27
27
ENV HELM_DIFF_THREE_WAY_MERGE=true
28
28
29
- RUN apk add --update --no-cache ca-certificates git openssh openssl ruby curl wget tar gzip make bash
29
+ RUN apk add --update --no-cache ca-certificates git openssh-client openssl ruby curl wget tar gzip make bash
30
30
31
31
ADD https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux /usr/local/bin/sops
32
32
RUN chmod +x /usr/local/bin/sops
@@ -46,7 +46,7 @@ RUN helm plugin install https://github.com/jkroepke/helm-secrets --version ${HEL
46
46
# ## Go Builder & Tester ###
47
47
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} as builder
48
48
49
- RUN apk add --update --no-cache ca-certificates git openssh ruby bash make curl
49
+ RUN apk add --update --no-cache ca-certificates git openssh-client ruby bash make curl
50
50
RUN gem install hiera-eyaml --no-doc
51
51
RUN update-ca-certificates
52
52
@@ -69,7 +69,7 @@ RUN make test \
69
69
# ## Final Image ###
70
70
FROM alpine:${ALPINE_VERSION} as base
71
71
72
- RUN apk add --update --no-cache ca-certificates git openssh ruby curl bash gnupg
72
+ RUN apk add --update --no-cache ca-certificates git openssh-client ruby curl bash gnupg
73
73
RUN gem install hiera-eyaml --no-doc
74
74
RUN update-ca-certificates
75
75
You can’t perform that action at this time.
0 commit comments