revamp CI #39
Annotations
10 errors
Dockerfile#L8
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
Dockerfile#L10
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Dockerfile#L10
DL3009 info: Delete the apt-get lists after installing something
|
Dockerfile#L13
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
Dockerfile#L13
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
Dockerfile#L13
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Dockerfile#L13
DL3009 info: Delete the apt-get lists after installing something
|
Dockerfile#L13
SC2086 info: Double quote to prevent globbing and word splitting.
|
Dockerfile#L26
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
Dockerfile#L26
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
The logs for this run have expired and are no longer available.
Loading