Commit 996e220
committed
chore: Remove unneeded ca-certificates package from Dockerfile
The core functionalities of the maas-api (listing models, creating tokens, supporting authN/authZ) are working properly without the `ca-certificates` package. Thus, removing this package.
The main motivation for the removal is compatibility with hermetic Konflux builds which were failing because of the presence of this package. Secondarily, it is always better to not install unneeded packages keeping the image small, and reducing attack surface (if any).1 parent 870bbff commit 996e220
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
| |||
0 commit comments