Skip to content

Remove unnecessary installation of already existing package.

micah requested to merge remove_packages into main

As can be seen the ca-certificates package is already in the base image, so installing it in the before_script doesn't do anything.

Merge request reports