Skip to content

Commit 760bf8e

Browse files
authored
fix run command in dockerfile of test-runner-image (#10921)
1 parent 0c3d52b commit 760bf8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

images/test-runner/rootfs/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ RUN wget -qO /tmp/helm.tgz \
123123
# Pip not working. Check PR https://github.com/kubernetes/ingress-nginx/pull/10874
124124
# RUN pip install --user "yamllint==$YAML_LINT_VERSION"
125125
RUN apk update -U \
126-
apk add yamllint
126+
&& apk add yamllint \
127+
&& yamllint --version
127128

128129
# Install Yamale YAML schema validator
129130
# Commenting pip install yamale because broken cloudbuild https://github.com/kubernetes/ingress-nginx/pull/10885

0 commit comments

Comments
 (0)