remove pip from debian-based images
Signed-off-by: Quan TRAN <account@itscaro.me>
This commit is contained in:
parent
c6920363d1
commit
8304d49cc3
|
|
@ -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 openssh-client && \
|
git bash curl jq 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"
|
||||||
|
|
|
||||||
|
|
@ -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 openssh-client && \
|
git bash curl jq 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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue