Skip to content

Commit e48a4da

Browse files
Update Dockerfile
1 parent 1543dfc commit e48a4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apk add --no-cache python3==${PYTHON3_VERSION} py3-pip && \
2626
helm plugin install https://github.com/codacy/helm-ssm && \
2727
helm plugin install https://github.com/chartmuseum/helm-push --version ${HELM_PUSH_VERSION} && \
2828
curl -L --create-dirs --output-dir ./helm-poll -O https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz && \
29-
cd helm-poll && tar zx && cd .. && helm plugin install helm-poll && \
29+
cd helm-poll && tar zxf helm-poll-linux.tgz && cd .. && helm plugin install helm-poll && \
3030
helm repo add codacy-stable https://charts.codacy.com/stable/ && \
3131
curl -Lo /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && \
3232
chmod +x /usr/local/bin/kubectl && \

0 commit comments

Comments
 (0)