Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

fix the issues of installing new packages with pip package manager #627

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions dockerfiles/kubetools/helm/helm3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ dockerfiles/kubetools/README.md" \
io.parity.image.created="${BUILD_DATE}"

RUN apk add --no-cache \
ca-certificates git jq yq make curl gettext bash shadow python3 py3-pip && \
pip3 install --no-cache --upgrade pip kubernetes && \
ca-certificates git jq yq make curl gettext bash shadow python3 py3-pip py3-kubernetes && \
# https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/
echo "Installing kubectl" && \
curl -L "https://dl.k8s.io/release/v${KUBE_VERSION}/bin/linux/amd64/kubectl" \
Expand Down