diff --git a/Dockerfile b/Dockerfile index 5179ac539c..709a37039e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,11 +66,12 @@ EOT # htmlproofer checks for broken links FROM gem AS htmlproofer-base # FIXME(thaJeztah): remove temporary exclusion rule for buildx_build once anchor links are updated. +# FIXME(thaJeztah): remove temporary exclusion rule for commandline/cli once https://github.com/docker/cli/pull/3525 is merged. RUN --mount=type=bind,from=generate,source=/out,target=_site < /results 2>&1 rc=$? if [[ $rc -eq 0 ]]; then