fix run command in dockerfile of test-runner-image (#10921)

This commit is contained in:
Long Wu Yuan 2024-01-26 23:51:16 +05:30 committed by GitHub
parent 0c3d52bade
commit 760bf8eb0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,8 @@ RUN wget -qO /tmp/helm.tgz \
# Pip not working. Check PR https://github.com/kubernetes/ingress-nginx/pull/10874 # Pip not working. Check PR https://github.com/kubernetes/ingress-nginx/pull/10874
# RUN pip install --user "yamllint==$YAML_LINT_VERSION" # RUN pip install --user "yamllint==$YAML_LINT_VERSION"
RUN apk update -U \ RUN apk update -U \
apk add yamllint && apk add yamllint \
&& yamllint --version
# Install Yamale YAML schema validator # Install Yamale YAML schema validator
# Commenting pip install yamale because broken cloudbuild https://github.com/kubernetes/ingress-nginx/pull/10885 # Commenting pip install yamale because broken cloudbuild https://github.com/kubernetes/ingress-nginx/pull/10885