Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): wget: change flags to comply with hadolint DL3047
> Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`)
- Loading branch information