Run tests as separate jobs #6
Annotations
6 warnings
Lint Dockerfiles 🔍
Use WORKDIR to switch to a directory >> $GITHUB_OUTPUT
|
Lint Dockerfiles 🔍:
conda-store/Dockerfile#L5
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint Dockerfiles 🔍:
conda-store/Dockerfile#L28
Use WORKDIR to switch to a directory
|
Lint Dockerfiles 🔍:
conda-store/Dockerfile#L28
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
Lint Dockerfiles 🔍:
conda-store/Dockerfile#L34
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
Lint Dockerfiles 🔍:
conda-store/Dockerfile#L34
Use WORKDIR to switch to a directory
|
Loading