diff --git a/docs/questions-part1.md b/docs/questions-part1.md index 54264b3..54830f8 100644 --- a/docs/questions-part1.md +++ b/docs/questions-part1.md @@ -14,4 +14,7 @@ ## Q1.3 - A linter is a tool to statically analyse code for readability and improving code quality. It is usually executed from a standalone tool. -- It is used to check for errors, vulns, code smells or general issues but also to enforce a coding style over the whole project. \ No newline at end of file +- It is used to check for errors, vulns, code smells or general issues but also to enforce a coding style over the whole project. + +## Q1.4 +The minimum is to change the image on the CI to put an Alpine or a basic python image. Another option (which we implemented) is to create a custom Docker image that includes all the necessary dependencies for the application. This can significantly reduce the time required to set up the environment and speed up the CI/CD pipeline.