Skip to content

Commit 100ebc5

Browse files
Update Dockerfile
1 parent 64ced4d commit 100ebc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ RUN apk add --no-cache python3==${PYTHON3_VERSION} py3-pip && \
2525
chmod +x /usr/local/bin/helm && \
2626
helm plugin install https://github.com/codacy/helm-ssm && \
2727
helm plugin install https://github.com/chartmuseum/helm-push --version ${HELM_PUSH_VERSION} && \
28-
helm plugin install https://github.com/codacy/helm-poll --debug && \
28+
curl -L https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz | tar zx && \
29+
helm plugin install helm-poll && \
2930
helm repo add codacy-stable https://charts.codacy.com/stable/ && \
3031
curl -Lo /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && \
3132
chmod +x /usr/local/bin/kubectl && \

0 commit comments

Comments
 (0)