Revamp CI #42
Annotations
10 errors
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
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
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#L41
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
Dockerfile#L41
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
Dockerfile#L51
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Dockerfile#L51
DL3003 warning: Use WORKDIR to switch to a directory
|
Dockerfile#L86
DL4001 warning: Either use Wget or Curl but not both
|
The logs for this run have expired and are no longer available.
Loading