Skip to content

Commit b3d6d5c

Browse files
committed
fix: 🐛 添加py3-pip
1 parent cc8ab98 commit b3d6d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helmfile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV SOPS_VERSION="v3.7.2"
1010

1111
WORKDIR /opt
1212

13-
RUN apk update && apk add --no-cache age curl git bash vim make python3 && \
13+
RUN apk update && apk add --no-cache age curl git bash vim make python3 py3-pip && \
1414
# k8s 工具
1515
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" && \
1616
# 安装 helm

0 commit comments

Comments
 (0)