Skip to content

dependencies: Remove curl dependency from image

Administrator requested to merge vincent/remove-curl-dependency into main

Created by: evict

Removing the curl dependency as it causes a lot of docker updates due to vulnerabilities. It's recommended to install it locally when required for debugging. The install time is lower than the amount of time it takes to build new docker images for each CVE.

Test plan

CI checks

Merge request reports

Loading