Skip to content

Commit

Permalink
add git
Browse files Browse the repository at this point in the history
  • Loading branch information
pixiake authored May 23, 2024
1 parent 64e4fcb commit e4f5fac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ RUN apk update && apk add \
mv /usr/local/bin/${TARGETOS}-${TARGETARCH}/helm /usr/local/bin && \
rm helm-${HELM_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz && \
rm -rf /usr/local/bin/${TARGETOS}-${TARGETARCH} && \
helm plugin install https://github.com/helm/helm-mapkubeapis && \
apk del git
helm plugin install https://github.com/helm/helm-mapkubeapis

RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl && \
chmod +x ./kubectl && \
Expand Down

0 comments on commit e4f5fac

Please sign in to comment.