Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfile: reduce image size and update to latest scancode release
- Updated base image to Python 3.12-slim - Updated Scancode version to latest released version 32.3.0 - Do not get scancode archive using ADD as it bloats the image unecessarily - Ensure apt-get is not too greedy and remove cache after install - Install pip packages with --no-cache-dir option to save on image size Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
- Loading branch information