(feat) add openssh-client to images (closes #41)

Signed-off-by: Quan TRAN <account@itscaro.me>
This commit is contained in:
Quan TRAN 2022-04-21 22:40:42 +02:00
parent fc3f468a81
commit c6920363d1
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ FROM alpine:3.13
LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile
RUN apk add --no-cache ca-certificates git bash curl jq RUN apk add --no-cache ca-certificates git bash curl jq openssh-client
ARG HELM_VERSION="v3.7.2" ARG HELM_VERSION="v3.7.2"
ARG HELM_SHA256="4ae30e48966aba5f807a4e140dad6736ee1a392940101e4d79ffb4ee86200a9e" ARG HELM_SHA256="4ae30e48966aba5f807a4e140dad6736ee1a392940101e4d79ffb4ee86200a9e"

View File

@ -18,7 +18,7 @@ LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile
RUN apt update -qq && \ RUN apt update -qq && \
apt install --no-install-recommends -y \ apt install --no-install-recommends -y \
ca-certificates \ ca-certificates \
git bash curl jq pip wget && \ git bash curl jq pip wget openssh-client && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
ARG HELM_VERSION="v3.7.2" ARG HELM_VERSION="v3.7.2"

View File

@ -18,7 +18,7 @@ LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile
RUN apt update -qq && \ RUN apt update -qq && \
apt install --no-install-recommends -y \ apt install --no-install-recommends -y \
ca-certificates \ ca-certificates \
git bash curl jq pip wget && \ git bash curl jq pip wget openssh-client && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
ARG HELM_VERSION="v3.7.2" ARG HELM_VERSION="v3.7.2"