chore: Rust and Cargo here #5
Annotations
10 errors
hadolint:
Dockerfile#L35
DL3048 style: Invalid label key.
|
hadolint:
Dockerfile#L45
SC2028 info: echo may not expand escape sequences. Use printf.
|
hadolint:
Dockerfile#L45
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
hadolint:
Dockerfile#L45
DL3009 info: Delete the apt-get lists after installing something
|
hadolint:
Dockerfile#L45
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
hadolint:
Dockerfile#L60
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
hadolint:
Dockerfile#L89
DL3047 info: 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`).
|
hadolint:
Dockerfile#L89
DL3003 warning: Use WORKDIR to switch to a directory
|
hadolint:
Dockerfile#L89
SC2046 warning: Quote this to prevent word splitting.
|
hadolint:
Dockerfile#L107
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|