feat(devex): minimal nx setup #67318
Annotations
10 warnings and 4 notices
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L61
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L109
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L109
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L109
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L145
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L168
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L182
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L185
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L248
Last USER should not be root
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile.playwright#L10
Pin versions in npm. Instead of `npm install <package>` use `npm install <package>@<version>`
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L168
Delete the apt-get lists after installing something
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L181
Delete the apt-get lists after installing something
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L182
Multiple consecutive `RUN` instructions. Consider consolidation.
|
Lint changed Dockerfile(s) with Hadolint:
Dockerfile#L182
Avoid additional packages by specifying `--no-install-recommends`
|
Loading