Skip to content

Extend development environment base image

Codacy Production / Codacy Static Code Analysis required action Aug 5, 2024 in 0s

2 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 2
           

See the complete overview on Codacy

Annotations

Check failure on line 39 in docker/images/dev-env-base/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/images/dev-env-base/Dockerfile#L39

Do not use sudo as it leads to unpredictable behavior. Use a tool like gosu to enforce root

Check notice on line 68 in docker/images/dev-env-base/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/images/dev-env-base/Dockerfile#L68

Double quote to prevent globbing and word splitting.