We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8ab98 commit b3d6d5cCopy full SHA for b3d6d5c
helmfile/Dockerfile
@@ -10,7 +10,7 @@ ENV SOPS_VERSION="v3.7.2"
10
11
WORKDIR /opt
12
13
-RUN apk update && apk add --no-cache age curl git bash vim make python3 && \
+RUN apk update && apk add --no-cache age curl git bash vim make python3 py3-pip && \
14
# k8s 工具
15
curl -Lo /usr/local/bin/kubectl "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && \
16
# 安装 helm
0 commit comments