Skip to content

Fix missing entrypoint script in alpine Dockerfile

Kevin Wittek requested to merge kiview/gitlab-ci-multi-runner:master into master

The alpine docker image was missing the entrypoint script and because of this, the documented configuration for trusted ssl server certificates was not working correctly with the alpine image.

Merge request reports