Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-40443: [Python] Suppress python/examples/minimal_build/Docke…
…rfile.* warnings (apache#40444) ### Rationale for this change python/examples/minimal_build/Dockerfile.fedora:20 DL3040 warning: `dnf clean all` missing after dnf command. python/examples/minimal_build/Dockerfile.fedora:20 DL3041 warning: Specify version with `dnf install -y <package>-<version>`. python/examples/minimal_build/Dockerfile.fedora:32 DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>` python/examples/minimal_build/Dockerfile.ubuntu:38 DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>` ### What changes are included in this PR? * Ignore "DL3041 warning: Specify version with `dnf install -y <package>-<version>`." because we don't specify version. * Suppress other warnings. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: apache#40443 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information