Remove bash and wget dependency from `gitlab-runner:alpine`
Description
bash and wget are not required. The entrypoint script can be converted to run with /bin/sh and a tiny wget is already available in the base image though BusyBox.
I'm not sure if the other dependencies are required during runtime, otherwise they could be removed to after the sources to build the container have been fetched.
Proposal
Remove bash and wget dependency.